diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2018-10-25 06:26:21 +1100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-24 15:29:30 -0700 |
| commit | 2cfa60832496902089b9d73d3954318aa8a1fe2a (patch) | |
| tree | a5aa3682034f4d3e33d8e115874b576bcc0ffa13 /tsconfig.json | |
| parent | 0501330607b000e0913994e633b76410e1fd162c (diff) | |
Support CheckJS
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, |
