UNPKG

328 BJSONView Raw
1{
2 "compilerOptions": {
3 "declaration": true,
4 "target": "es2017",
5 "sourceMap": true,
6 "allowJs": false,
7 "module": "commonjs",
8 "esModuleInterop": true,
9 "noImplicitAny": true,
10 "moduleResolution": "node",
11 "outDir": "dist",
12 "skipLibCheck": true
13 },
14 "include": [
15 "src",
16 "test"
17 ]
18}