diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-10-23 09:54:52 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-23 07:07:17 -0700 |
| commit | 5cf37c2f2018d51dd4d6498035c385f8ed0bf58f (patch) | |
| tree | 8399dd030cf6fb172980d3b2c65bcf82d62b1168 /tsconfig.json | |
| parent | dd230d520b5599c0e51cf30245a567f07b3cfb28 (diff) | |
Revert "Support CheckJS"
Broken in master.
This reverts commit dd230d520b5599c0e51cf30245a567f07b3cfb28.
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 806143644..e6bf1688b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,7 @@ { "compilerOptions": { - "allowJs": true, "allowUnreachableCode": false, "baseUrl": ".", - "checkJs": true, "module": "esnext", "moduleResolution": "node", "noImplicitReturns": true, |
