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 40bf50b commit 6a16a9bCopy full SHA for 6a16a9b
.gitignore
@@ -1,5 +1,6 @@
1
*.d.ts
2
*.log
3
+*.map
4
*.tsbuildinfo
5
.DS_Store
6
coverage/
package.json
@@ -28,6 +28,7 @@
28
"url": "https://opencollective.com/unified"
29
},
30
"files": [
31
+ "index.d.ts.map",
32
"index.d.ts",
33
"index.js",
34
"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