summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2019-02-03 10:27:53 +1100
committerRyan Dahl <ry@tinyclouds.org>2019-02-02 18:27:53 -0500
commitefa1eeb8b39cb38b5641a0ee8eab1837beaab4af (patch)
treecd19bdac24b03a6869872553c66874cc31cfcc10 /tsconfig.json
parentc3241822522fb2b13792fe5666596888057cf829 (diff)
Compiler cleanups and minor improvements (#1656)
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index b8db5d062..6840cf7b3 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -22,5 +22,9 @@
"target": "esnext",
"types": []
},
- "files": ["node_modules/typescript/lib/lib.esnext.d.ts", "js/main.ts"]
+ "files": [
+ "node_modules/typescript/lib/lib.esnext.d.ts",
+ "js/main.ts",
+ "js/compiler.ts"
+ ]
}