Skip to content

Commit 4e3abb5

Browse files
committed
chore: add files section
1 parent b24d310 commit 4e3abb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"typescript": "^5.5.4",
2020
"vitest": "^2.0.5"
2121
},
22+
"files": [
23+
"dist",
24+
"src"
25+
],
2226
"scripts": {
2327
"start": "pnpm tsx src/index.ts",
2428
"dev": "pnpm tsx watch src/index.ts",

0 commit comments

Comments
 (0)