summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2018-10-25 06:26:21 +1100
committerRyan Dahl <ry@tinyclouds.org>2018-10-24 15:29:30 -0700
commit2cfa60832496902089b9d73d3954318aa8a1fe2a (patch)
treea5aa3682034f4d3e33d8e115874b576bcc0ffa13 /tsconfig.json
parent0501330607b000e0913994e633b76410e1fd162c (diff)
Support CheckJS
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
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,