UNPKG

254 BJSONView Raw
1{
2 "extends": "../../tsconfig.json",
3 "compilerOptions": {
4 "rootDir": "./src",
5 "outDir": "./lib"
6 },
7 "exclude": [
8 "node_modules",
9 "lib",
10 "es",
11 "dist",
12 "**/__tests__",
13 "**/__test__",
14 "**/demo",
15 "**/test"
16 ]
17}