We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58626cf commit 2398b37Copy full SHA for 2398b37
.gitignore
@@ -1,5 +1,6 @@
1
*.d.ts
2
*.log
3
+*.map
4
*.tsbuildinfo
5
.DS_Store
6
coverage/
package.json
@@ -41,6 +41,7 @@
41
"xo": "^0.60.0"
42
},
43
"files": [
44
+ "index.d.ts.map",
45
"index.d.ts",
46
"index.js",
47
"lang/",
tsconfig.json
@@ -2,6 +2,7 @@
"compilerOptions": {
"checkJs": true,
"customConditions": ["development"],
+ "declarationMap": true,
"declaration": true,
7
"emitDeclarationOnly": true,
8
"exactOptionalPropertyTypes": true,
0 commit comments