UNPKG

194 BJSONView Raw
1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "skipLibCheck": true
5 },
6 "include": [
7 "src/**/*"
8 ],
9 "exclude": [
10 "node_modules",
11 "test",
12 "**/*.spec.ts"
13 ]
14}