We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14a67b commit 21891bbCopy full SHA for 21891bb
.gitignore
@@ -1,4 +1,5 @@
1
.DS_Store
2
+*.d.ts.map
3
*.d.ts
4
*.log
5
coverage/
package.json
@@ -30,6 +30,7 @@
30
"exports": "./index.js",
31
"files": [
32
"lib/",
33
+ "index.d.ts.map",
34
"index.d.ts",
35
"index.js"
36
],
tsconfig.json
@@ -3,6 +3,7 @@
"checkJs": true,
"customConditions": ["development"],
"declaration": true,
6
+ "declarationMap": true,
7
"emitDeclarationOnly": true,
8
"exactOptionalPropertyTypes": true,
9
"lib": ["es2022"],
0 commit comments