Files
phaser-game-bs/tsconfig.json
2023-07-17 23:31:23 +05:30

6 lines
91 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "preserve"
}
}