fishy-fishy-phaser-game/tsconfig.json

10 lines
148 B
JSON

{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"esModuleInterop": true,
"rootDir": "./src/ts/",
"sourceMap": true
}
}