Skip to content

Commit 6962af7

Browse files
committed
Add declaration maps
1 parent dace107 commit 6962af7

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
coverage/
22
node_modules/
3+
*.d.ts.map
34
*.d.ts
45
*.log
56
*.tsbuildinfo

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"exports": "./index.js",
7373
"files": [
7474
"lib/",
75+
"index.d.ts.map",
7576
"index.d.ts",
7677
"index.js"
7778
],

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)