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=e4ab72e8a8b54a1b3cca6dabb7124a271065e38a;hp=c1dbee8f970ba7a885c3bd41a1d7ca452292009d;hb=fcfe39c1eb9078e9062f52e397f671ef20e338f7;hpb=c942e34c90c0508ab3ad124a53123daf99b9488d diff --git a/life/006/tsconfig.json b/life/006/tsconfig.json index c1dbee8..e4ab72e 100644 --- a/life/006/tsconfig.json +++ b/life/006/tsconfig.json @@ -1,8 +1,18 @@ { "compilerOptions": - { "module" : "commonjs" - , "target" : "es5" - , "sourceMap" : false - , "noFallthroughCasesInSwitch" : true + { "allowUnreachableCode" : false + , "allowUnusedLabels" : false + , "forceConsistentCasingInFileNames" : true + , "module" : "commonjs" + , "noEmitOnError" : true + , "noFallthroughCasesInSwitch" : true + , "noImplicitReturns" : true + , "noImplicitUseStrict" : false + , "noUnusedLocals" : true + , "noUnusedParameters" : true + , "pretty" : true + , "removeComments" : false + , "sourceMap" : false + , "target" : "es5" } , "exclude": [ "node_modules"