UNPKG

199 BJSONView Raw
1{
2 "extends": "../../../config/typescript/tsconfig.json",
3 "compilerOptions": {
4 "outDir": "../",
5 "rootDirs": ["."],
6 "composite": true
7 },
8 "include": ["./**/*.ts"],
9 "exclude": []
10}