Skip to content

Commit 8ac2d6b

Browse files
committed
Add declaration maps
1 parent ac97663 commit 8ac2d6b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Diff for: .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/

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
},
2525
"exports": "./index.js",
2626
"files": [
27+
"index.d.ts.map",
2728
"index.d.ts",
2829
"index.js",
2930
"lib/"

Diff for: 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)