Skip to content

Commit bce6d08

Browse files
committed
include src in the pack (allow directly importing ts)
1 parent e6c35ef commit bce6d08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
"dist-esm/**",
138138
"*.js",
139139
"*.mjs",
140-
"*.ts"
140+
"*.ts",
141+
"src"
141142
]
142143
}

0 commit comments

Comments
 (0)