We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dace107 commit 6962af7Copy full SHA for 6962af7
.gitignore
@@ -1,5 +1,6 @@
1
coverage/
2
node_modules/
3
+*.d.ts.map
4
*.d.ts
5
*.log
6
*.tsbuildinfo
package.json
@@ -72,6 +72,7 @@
72
"exports": "./index.js",
73
"files": [
74
"lib/",
75
+ "index.d.ts.map",
76
"index.d.ts",
77
"index.js"
78
],
tsconfig.json
@@ -2,6 +2,7 @@
"compilerOptions": {
"checkJs": true,
"customConditions": ["development"],
+ "declarationMap": true,
"declaration": true,
7
"emitDeclarationOnly": true,
8
"exactOptionalPropertyTypes": true,
0 commit comments