{ "extends": "../../tsconfig.base.json", "references": [{ "path": "../compiler/tsconfig.json" }, { "path": "../rest/tsconfig.json" }], "compilerOptions": { "outDir": "dist", "rootDir": ".", "tsBuildInfoFile": "temp/tsconfig.tsbuildinfo", "skipLibCheck": true, "lib": ["DOM"] }, "include": ["src/**/*.ts", "test/**/*.ts"] }