UNPKG

147 BJSONView Raw
1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "rootDir": "."
5 },
6 "include": [
7 "build/**/*",
8 "src/**/*",
9 "typings/**/*.d.ts"
10 ]
11}