Skip to content

Commit 9f2491c

Browse files
committed
fix: fix source maps
1 parent 3b27be5 commit 9f2491c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"main": "./dist/index.js",
2828
"module": "./dist/index.js",
2929
"files": [
30-
"dist"
30+
"dist",
31+
"src"
3132
],
3233
"scripts": {
3334
"build": "rm -rf dist && tsc",

0 commit comments

Comments
 (0)