UNPKG

277 BJSONView Raw
1{
2 "extends": "../../../config/typescript/tsconfig.json",
3 "compilerOptions": {
4 "outDir": "../dist",
5 "rootDirs": ["."],
6 "composite": true
7 },
8 "include": ["./**/*.ts"],
9 "exclude": [],
10 "references": [
11 {
12 "path": "../../buidler-core/src"
13 }
14 ]
15}