{ "extends": "../../tsconfig.base.json", "compilerOptions": { "composite": true, "outDir": "./dist", "rootDir": "./src" }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"], "references": [ { "path": "../core" }, { "path": "../engine-core" }, { "path": "../math" }, { "path": "../sprite" }, { "path": "../ui" }, { "path": "../audio" }, { "path": "../camera" }, { "path": "../particle" }, { "path": "../physics-rapier2d" }, { "path": "../tilemap" }, { "path": "../behavior-tree" }, { "path": "../asset-system" } ] }