chore: tsdown workspace

This commit is contained in:
三咲智子 Kevin Deng
2025-08-10 08:57:05 +08:00
parent ef38316fb1
commit d411ef3ba1
6 changed files with 12 additions and 28 deletions

View File

@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"dev": "pnpm -C packages/jsx-explorer run dev",
"build": "pnpm run -F babel-plugin-jsx... build",
"build": "tsdown",
"test": "vitest",
"lint": "eslint --cache .",
"format": "prettier --write .",
@ -35,7 +35,7 @@
"eslint-plugin-import-x": "^4.16.1",
"jsdom": "^26.1.0",
"prettier": "3.6.2",
"tsdown": "^0.13.3",
"tsdown": "^0.14.0",
"tslib": "^2.8.1",
"typescript": "~5.9.2",
"typescript-eslint": "^8.39.0",