diff options
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 04d1033..4477ab2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "module": "es2020", "moduleResolution": "node", "allowSyntheticDefaultImports": true, - "strict": true + "strict": false }, "include": ["./app/**/*.ts"], } |
