UNPKG

248 BJSONView Raw
1{
2 "extends": "../../tsconfig-base.json",
3 "compilerOptions": {
4 "declaration": false,
5 "noUnusedParameters": true,
6 "skipLibCheck": true,
7 "outDir": "./lib"
8 },
9 "include": [
10 "custom_typings/**/*.d.ts",
11 "src/**/*.ts"
12 ]
13}