|
|
|
@ -8,19 +8,15 @@
|
|
|
|
"target": "ES6",
|
|
|
|
"target": "ES6",
|
|
|
|
"declaration": true,
|
|
|
|
"declaration": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"lib": [
|
|
|
|
"lib": ["ES6", "ESNext"],
|
|
|
|
"ES6",
|
|
|
|
|
|
|
|
"ESNext"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"outDir": "lib",
|
|
|
|
"outDir": "lib",
|
|
|
|
"checkJs": true,
|
|
|
|
"checkJs": true,
|
|
|
|
"allowJs": true,
|
|
|
|
"allowJs": true,
|
|
|
|
"declarationDir": "@types",
|
|
|
|
"declarationDir": "@types",
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"sourceMap": true
|
|
|
|
"sourceMap": true,
|
|
|
|
|
|
|
|
"skipLibCheck": true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"include":[
|
|
|
|
"include": ["src/**/*"],
|
|
|
|
"src/**/*"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"exclude": ["src/**/*.test.ts"]
|
|
|
|
"exclude": ["src/**/*.test.ts"]
|
|
|
|
}
|
|
|
|
}
|