We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24d310 commit 4e3abb5Copy full SHA for 4e3abb5
1 file changed
package.json
@@ -19,6 +19,10 @@
19
"typescript": "^5.5.4",
20
"vitest": "^2.0.5"
21
},
22
+ "files": [
23
+ "dist",
24
+ "src"
25
+ ],
26
"scripts": {
27
"start": "pnpm tsx src/index.ts",
28
"dev": "pnpm tsx watch src/index.ts",
0 commit comments