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