We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unifiedjs
Learn more about funding links in repositories.
Report abuse
1 parent 76559f9 commit 3a57a5bCopy full SHA for 3a57a5b
.gitignore
@@ -1,5 +1,6 @@
1
*.d.ts
2
*.log
3
+*.map
4
*.tsbuildinfo
5
.DS_Store
6
coverage/
package.json
@@ -29,6 +29,7 @@
29
},
30
"exports": "./index.js",
31
"files": [
32
+ "index.d.ts.map",
33
"index.d.ts",
34
"index.js",
35
"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