{ "extends": "../../tsconfig.base.json", "compilerOptions": { "rootDir": "src", "outDir": "dist" }, "include": ["src"], "references": [ { "path": "../core" }, { "path": "../spatial" }, { "path": "../memory" } ] }