summaryrefslogtreecommitdiff
path: root/js/tsconfig.generated.json
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-08-22 17:17:26 -0400
committerGitHub <noreply@github.com>2018-08-22 17:17:26 -0400
commite7cab715749e4c5000c24ffeade1ef915d15a68d (patch)
tree3ddb749342a415112f3bf4b1f3aa7156dca9c8af /js/tsconfig.generated.json
parentc5bb412933d750c80c93eaa4840eb3bbac33bc2c (diff)
runtime.ts refactor into compiler.ts (#564)
Adds compiler_test.ts
Diffstat (limited to 'js/tsconfig.generated.json')
-rw-r--r--js/tsconfig.generated.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tsconfig.generated.json b/js/tsconfig.generated.json
index 4d76dd98f..d3cacd73e 100644
--- a/js/tsconfig.generated.json
+++ b/js/tsconfig.generated.json
@@ -11,6 +11,7 @@
},
"files": [
"../node_modules/typescript/lib/lib.esnext.d.ts",
+ "./compiler.ts",
"./deno.ts",
"./globals.ts"
]