Skip to content

Commit 5fe3398

Browse files
authored
Merge pull request #8 from moznion/declarationMap
Include `declarationMap` in a package
2 parents 5c0bbc4 + 9a3d9c8 commit 5fe3398

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"files": [
88
"dist/*.js",
99
"dist/*.js.map",
10+
"dist/*.ts.map",
1011
"dist/*.d.ts",
1112
"LICENSE",
1213
"README.md",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"outDir": "./dist",
1111
"rootDir": "./src",
1212
"declaration": true,
13+
"declarationMap": true,
1314
"strict": true,
1415
"noUnusedLocals": true,
1516
"noUnusedParameters": true,

0 commit comments

Comments
 (0)