c1dbee8f970ba7a885c3bd41a1d7ca452292009d
[cellular-automata.git] / life / 006 / tsconfig.json
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.061314 seconds and 4 git commands to generate.