UNPKG

365 BJSONView Raw
1{
2 "compilerOptions": {
3 "outDir": "./dist",
4 "declarationDir": "./typings",
5 "declaration": true,
6 "target": "es5",
7 "module": "commonjs",
8 "strictNullChecks": true,
9 "sourceMap": true,
10 "removeComments": false,
11 "esModuleInterop": true,
12 "lib": [ "es2015", "es2017" ]
13 },
14 "include": [
15 "./src/**/*"
16 ]
17}
\No newline at end of file