Implement vanilla GoL in TypeScript
[cellular-automata.git] / life / 006 / tsconfig.json
diff --git a/life/006/tsconfig.json b/life/006/tsconfig.json
new file mode 100644 (file)
index 0000000..c1dbee8
--- /dev/null
@@ -0,0 +1,14 @@
+{ "compilerOptions":
+    { "module"                     : "commonjs"
+    , "target"                     : "es5"
+    , "sourceMap"                  : false
+    , "noFallthroughCasesInSwitch" : true
+    }
+, "exclude":
+    [ "node_modules"
+    ]
+, "files":
+    [ "./typings/index.d.ts"
+    , "life.ts"
+    ]
+}
This page took 0.018163 seconds and 4 git commands to generate.