microsoft/typespec
Publicmirrored from https://github.com/microsoft/typespecAvailable
packages/bundler/tsconfig.json
11lines · modecode
| 1 | { |
| 2 | "extends": "../../tsconfig.base.json", |
| 3 | "references": [{ "path": "../compiler/tsconfig.json" }, { "path": "../rest/tsconfig.json" }], |
| 4 | "compilerOptions": { |
| 5 | "outDir": "dist", |
| 6 | "rootDir": ".", |
| 7 | "tsBuildInfoFile": "temp/tsconfig.tsbuildinfo", |
| 8 | "skipLibCheck": true |
| 9 | }, |
| 10 | "include": ["src/**/*.ts", "test/**/*.ts"] |
| 11 | } |
| 12 | |