X-Git-Url: https://git.xandkar.net/?p=cellular-automata.git;a=blobdiff_plain;f=life%2F006%2Ftsconfig.json;fp=life%2F006%2Ftsconfig.json;h=c1dbee8f970ba7a885c3bd41a1d7ca452292009d;hp=0000000000000000000000000000000000000000;hb=e16b8b54be348430aef022ac39696df272100cd7;hpb=3dade747beb29d8a3f8dfb14c4afe54efc06d2ae diff --git a/life/006/tsconfig.json b/life/006/tsconfig.json new file mode 100644 index 0000000..c1dbee8 --- /dev/null +++ b/life/006/tsconfig.json @@ -0,0 +1,14 @@ +{ "compilerOptions": + { "module" : "commonjs" + , "target" : "es5" + , "sourceMap" : false + , "noFallthroughCasesInSwitch" : true + } +, "exclude": + [ "node_modules" + ] +, "files": + [ "./typings/index.d.ts" + , "life.ts" + ] +}