about summary refs log tree commit diff
path: root/users/wpcarro/scratch/deepmind/part_two/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/scratch/deepmind/part_two/tsconfig.json')
-rw-r--r--users/wpcarro/scratch/deepmind/part_two/tsconfig.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/wpcarro/scratch/deepmind/part_two/tsconfig.json b/users/wpcarro/scratch/deepmind/part_two/tsconfig.json
new file mode 100644
index 0000000000..9b6918ca37
--- /dev/null
+++ b/users/wpcarro/scratch/deepmind/part_two/tsconfig.json
@@ -0,0 +1,7 @@
+{
+  "compilerOptions": {
+    "downlevelIteration": true,
+    "target": "es5",
+    "lib": ["es6", "dom"]
+  }
+}