{ "extends": "../../tsconfig.reference", "compilerOptions": { "rootDir": "./src", "outDir": "./build" }, "include": ["src/**/*.ts"], "exclude": ["src/**/*.test.ts"], "references": [ { "path": "../config" }, { "path": "../core/htpasswd" }, { "path": "../loaders" }, { "path": "../logger" }, { "path": "../mock" }, { "path": "../utils" } ] }