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.
2 parents 2fe8885 + 840e023 commit dd6ec76Copy full SHA for dd6ec76
package.json
@@ -20,6 +20,7 @@
20
"files": [
21
"cjs/index.js",
22
"cjs/index.d.ts",
23
+ "cjs/index.d.ts.map",
24
"cjs/lib"
25
],
26
"release": {
tsconfig.json
@@ -3,13 +3,15 @@
3
"target": "esnext",
4
"module": "commonjs",
5
"declaration": true,
6
- "declarationMap": false,
+ "declarationMap": true,
7
"outDir": "./cjs",
8
- "removeComments": true,
+ "removeComments": false,
9
"esModuleInterop": true,
10
"forceConsistentCasingInFileNames": true,
11
"strict": false,
12
- "skipLibCheck": true
+ "skipLibCheck": true,
13
+ "sourceMap": true,
14
+ "emitDeclarationOnly": false
15
},
16
"include": [
17
"index.ts",
0 commit comments