conways_game/tsconfig.json
2021-04-21 19:08:38 +05:00

11 lines
198 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}