{ "extends": "../../tsconfig.reference.json", "compilerOptions": { "rootDir": "./src", "outDir": "./build" }, "include": ["src/**/*", "types/*.d.ts"], "exclude": ["src/**/*.test.ts"], "references": [ { "path": "../auth" }, { "path": "../config" }, { "path": "../core/commons-api" }, { "path": "../core/readme" }, { "path": "../core/tarball" }, { "path": "../core/url" }, { "path": "../loaders" }, { "path": "../api" }, { "path": "../logger" }, { "path": "../middleware" }, { "path": "../plugins/auth-memory" }, { "path": "../plugins/memory" }, { "path": "../store" }, { "path": "../tools/helpers" }, { "path": "../utils" } ] }