diff options
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index e6bf1688b..806143644 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,9 @@ { "compilerOptions": { + "allowJs": true, "allowUnreachableCode": false, "baseUrl": ".", + "checkJs": true, "module": "esnext", "moduleResolution": "node", "noImplicitReturns": true, |
