{ "extends": "../../tsconfig.reference.json", "compilerOptions": { "rootDir": "./src", "outDir": "./build" }, "include": ["src/**/*.ts", "types/*.d.ts"], "exclude": ["src/**/*.test.ts"], "references": [ { "path": "../auth" }, { "path": "../config" }, { "path": "../core/core" }, { "path": "../core/tarball" }, { "path": "../hooks" }, { "path": "../logger/logger" }, { "path": "../middleware" }, { "path": "../server/express" }, { "path": "../store" }, { "path": "../utils" } ] }