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.
1 parent b54955d commit a5bc210Copy full SHA for a5bc210
.gitignore
@@ -1,6 +1,7 @@
1
.DS_Store
2
*.d.ts
3
*.log
4
+*.map
5
*.tsbuildinfo
6
coverage/
7
node_modules/
package.json
@@ -29,6 +29,7 @@
29
"exports": "./index.js",
30
"files": [
31
"lib/",
32
+ "index.d.ts.map",
33
"index.d.ts",
34
"index.js"
35
],
tsconfig.json
@@ -2,6 +2,7 @@
"compilerOptions": {
"checkJs": true,
"customConditions": ["development"],
+ "declarationMap": true,
"declaration": true,
"emitDeclarationOnly": true,
8
"exactOptionalPropertyTypes": true,
0 commit comments