mirror of
https://github.com/Aviortheking/game-of-life.js.git
synced 2025-04-22 02:42:09 +00:00
11 lines
160 B
JSON
11 lines
160 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./build/",
|
|
"noImplicitAny": true,
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"jsx": "preserve",
|
|
"allowJs": true
|
|
}
|
|
}
|