We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74208b7 commit 179df3aCopy full SHA for 179df3a
.gitignore
@@ -1,5 +1,6 @@
1
*.d.ts
2
*.log
3
+*.map
4
*.tsbuildinfo
5
.DS_Store
6
coverage/
package.json
@@ -32,6 +32,7 @@
32
},
33
"exports": "./index.js",
34
"files": [
35
+ "index.d.ts.map",
36
"index.d.ts",
37
"index.js",
38
"lib/"
tsconfig.json
@@ -2,6 +2,7 @@
"compilerOptions": {
"checkJs": true,
"customConditions": ["development"],
+ "declarationMap": true,
"declaration": true,
7
"emitDeclarationOnly": true,
8
"exactOptionalPropertyTypes": true,
0 commit comments