We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e74d4 commit ba2c04dCopy full SHA for ba2c04d
1 file changed
package.json
@@ -34,7 +34,7 @@
34
"node": "^18.18.0 || >=20.0.0"
35
},
36
"scripts": {
37
- "dev:tsdown": "tsdown --watch",
+ "dev:tsdown": "tsdown --watch src",
38
"dev:inspector": "eslint-config-inspector --config ./playground/eslint-inspector.config.ts --basePath playground",
39
"build": "pnpm build:typegen && pnpm build:tsc && pnpm build:tsdown",
40
"build:tsdown": "tsdown",
0 commit comments