summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
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"
+ ]
}