Implement vanilla GoL in TypeScript
[cellular-automata.git] / life / 006 / tsconfig.json
CommitLineData
e16b8b54
SK
1{ "compilerOptions":
2 { "module" : "commonjs"
3 , "target" : "es5"
4 , "sourceMap" : false
5 , "noFallthroughCasesInSwitch" : true
6 }
7, "exclude":
8 [ "node_modules"
9 ]
10, "files":
11 [ "./typings/index.d.ts"
12 , "life.ts"
13 ]
14}
This page took 0.01625 seconds and 4 git commands to generate.