boardgame-phaser/packages/sample-game/tsconfig.json

13 lines
220 B
JSON
Raw Normal View History

2026-04-03 15:18:47 +08:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"include": ["src/**/*"]
}