summaryrefslogtreecommitdiff
path: root/tools/ts_library_builder/tsconfig.json
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2018-10-12 08:23:13 +1100
committerRyan Dahl <ry@tinyclouds.org>2018-10-11 20:29:43 -0400
commitec402c6932128d215f78c77661d84472a89b72b1 (patch)
tree899cfd7895c900300ad6c9199f277377c5d093fb /tools/ts_library_builder/tsconfig.json
parentfda7aaa10e173bfa8ef864a74a274af69fc01cca (diff)
Replace globals.d.ts with lib.deno_runtime.d.ts
Diffstat (limited to 'tools/ts_library_builder/tsconfig.json')
-rw-r--r--tools/ts_library_builder/tsconfig.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/ts_library_builder/tsconfig.json b/tools/ts_library_builder/tsconfig.json
new file mode 100644
index 000000000..6d010335c
--- /dev/null
+++ b/tools/ts_library_builder/tsconfig.json
@@ -0,0 +1,8 @@
+{
+ "compilerOptions": {
+ "moduleResolution": "node",
+ "strict": true,
+ "target": "esnext"
+ },
+ "files": ["./build_library.ts"]
+}