UNPKG

174 BJSONView Raw
1{
2 "extends": "../../tsconfig.json",
3 "compilerOptions": {
4 "baseUrl": ".",
5 "rootDir": "./src"
6 },
7 "include": ["src/**/*"],
8 "exclude": ["src/__tests__/**/*"]
9}