UNPKG

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