diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-04-04 01:14:39 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-04-04 01:22:14 +0300 |
commit | c0746565844ee0f1a82a916ac2e1ad2a13e949fd (patch) | |
tree | 9207ac3322311dca71cdff0d1daf3f8ea37ef3af /tsconfig.json | |
parent | 6c3aa1bf769f3f161e3fc60560c605c38e9f2c6b (diff) |
v0.0.7 Macbook Touchbar button for error wrappingv0.0.7
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index df5ac7f..b140176 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,11 +8,12 @@ ], "sourceMap": true, "rootDir": "src", - "strict": true /* enable all strict type-checking options */ + "strict": false, /* enable all strict type-checking options */ /* Additional Checks */ // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ - // "noUnusedParameters": true, /* Report errors on unused parameters. */ + // "noUnusedParameters": true, /* Report errors on unused parameters. */, + "allowJs": true }, "exclude": [ "node_modules", |