UNPKG

180 BJSONView Raw
1{
2 "extends": "../../tsconfig.json",
3 "compilerOptions": {
4 "rootDir": "./src",
5 "outDir": "./lib"
6 },
7 "exclude": [
8 "node_modules",
9 "__tests__",
10 "lib"
11 ]
12}