diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index 10b9c28..c45ca4c 100644 --- a/tsconfig.json +++ b/tsconfig.json | |||
@@ -1,5 +1,6 @@ | |||
1 | { | 1 | { |
2 | "compilerOptions": { | 2 | "compilerOptions": { |
3 | "strict": true, | ||
3 | "lib": ["es2020"], | 4 | "lib": ["es2020"], |
4 | "moduleResolution": "node", | 5 | "moduleResolution": "node", |
5 | "target": "ES2020", | 6 | "target": "ES2020", |