UNPKG

364 BJSONView Raw
1{
2 "extends": "../../tsconfig.base.json",
3 "compilerOptions": {
4 "outDir": "./dist",
5 "rootDir": "./src",
6 "resolveJsonModule": true
7 },
8 "include": ["src"],
9 "references": [
10 { "path": "../experimental-utils/tsconfig.build.json" },
11 { "path": "../parser/tsconfig.build.json" },
12 { "path": "../typescript-estree/tsconfig.build.json" }
13 ]
14}