game-of-life.js/tsconfig.json
2019-09-28 01:00:21 +02:00

11 lines
160 B
JSON

{
"compilerOptions": {
"outDir": "./build/",
"noImplicitAny": true,
"module": "commonjs",
"target": "es5",
"jsx": "preserve",
"allowJs": true
}
}