diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2019-02-03 10:27:53 +1100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-02 18:27:53 -0500 |
| commit | efa1eeb8b39cb38b5641a0ee8eab1837beaab4af (patch) | |
| tree | cd19bdac24b03a6869872553c66874cc31cfcc10 /tsconfig.json | |
| parent | c3241822522fb2b13792fe5666596888057cf829 (diff) | |
Compiler cleanups and minor improvements (#1656)
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 6 |
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" + ] } |
