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