Files
core2026/app/game-api/tsconfig.json
T

10 lines
181 B
JSON

{
"extends": "../../tsconfig.paths.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"composite": true
},
"include": ["src"]
}