Skip to content

Commit 2398b37

Browse files
committedMar 11, 2025
Add declaration maps
1 parent 58626cf commit 2398b37

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.d.ts
22
*.log
3+
*.map
34
*.tsbuildinfo
45
.DS_Store
56
coverage/

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"xo": "^0.60.0"
4242
},
4343
"files": [
44+
"index.d.ts.map",
4445
"index.d.ts",
4546
"index.js",
4647
"lang/",

‎tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"checkJs": true,
44
"customConditions": ["development"],
5+
"declarationMap": true,
56
"declaration": true,
67
"emitDeclarationOnly": true,
78
"exactOptionalPropertyTypes": true,

0 commit comments

Comments
 (0)
Please sign in to comment.