diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2018-10-23 22:08:47 +1100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-23 06:01:11 -0700 |
| commit | dd230d520b5599c0e51cf30245a567f07b3cfb28 (patch) | |
| tree | 44895680a35b6ff55ff42fc57cf9df03721e8cc7 /tsconfig.json | |
| parent | 8ef7da261149ed03f25bdb5ea2611f8ce84a4d78 (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, |
