UNPKG

317 BJSONView Raw
1{
2 "extends": "./tsconfig",
3 "compilerOptions": {
4 "removeComments": true,
5 "declaration": true,
6 "emitDeclarationOnly": true,
7 "declarationDir": "declaration",
8 "skipLibCheck": true,
9 "strictNullChecks": false
10 },
11 "include": [
12 "./src/**/*.ts",
13 ],
14 "exclude": [
15 "node_modules"
16 ]
17}