{ "extends": "../../tsconfig.base.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist" }, "references": [ { "path": "../../packages/shared" }, { "path": "../../packages/db" }, { "path": "../../packages/devices" } ], "include": ["src/**/*"] }