Skip to content

Commit d977a1a

Browse files
chore: add vendor to tshy exclude
1 parent 3c668d2 commit d977a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"files": ["dist"],
2121
"tshy": {
22-
"exclude": ["src/**/*.test.ts"],
22+
"exclude": ["src/**/*.test.ts", "vendor"],
2323
"dialects": ["esm", "commonjs"],
2424
"exports": {
2525
"./package.json": "./package.json",

0 commit comments

Comments
 (0)