We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055d130 commit ed982fbCopy full SHA for ed982fb
tsconfig.build.json
@@ -1,6 +1,9 @@
1
{
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
+ "declaration": true,
5
+ "declarationMap": true,
6
+ "noEmitOnError": true,
7
"types": ["node"]
8
},
9
"include": ["src/**/*"],
tsconfig.json
@@ -3,8 +3,6 @@
"target": "es5",
"module": "commonjs",
"strict": true,
- "declaration": true,
- "declarationMap": true,
"rootDir": "./src",
"outDir": "./lib",
10
"lib": ["esnext"],
0 commit comments