mirror of
https://github.com/Aviortheking/game-of-life.js.git
synced 2025-07-08 13:29:19 +00:00
Initial Commit
This commit is contained in:
10
tsconfig.json
Normal file
10
tsconfig.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./build/",
|
||||
"noImplicitAny": true,
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"jsx": "preserve",
|
||||
"allowJs": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user