chore: migrate tsdown config

This commit is contained in:
Kevin Deng
2026-05-02 15:24:04 +09:00
parent e62d58051b
commit 7d87d58072
8 changed files with 325 additions and 100 deletions

View File

@@ -20,26 +20,27 @@
"release": "bumpp -r"
},
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.28.6",
"@rollup/plugin-babel": "^7.0.0",
"@sxzz/eslint-config": "^8.0.0",
"@sxzz/prettier-config": "^2.3.1",
"@types/babel__core": "^7.20.5",
"@types/babel__helper-module-imports": "^7.18.3",
"@types/babel__helper-plugin-utils": "^7.10.3",
"@types/node": "^25.6.0",
"@typescript/native-preview": "7.0.0-dev.20260501.1",
"@vitest/coverage-v8": "^4.1.5",
"@arethetypeswrong/core": "catalog:",
"@babel/plugin-syntax-typescript": "catalog:",
"@rollup/plugin-babel": "catalog:",
"@sxzz/eslint-config": "catalog:",
"@sxzz/prettier-config": "catalog:",
"@types/babel__core": "catalog:",
"@types/babel__helper-module-imports": "catalog:",
"@types/babel__helper-plugin-utils": "catalog:",
"@types/node": "catalog:",
"@typescript/native-preview": "catalog:",
"@vitest/coverage-v8": "catalog:",
"@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^11.0.1",
"eslint": "^10.3.0",
"jsdom": "^29.1.1",
"prettier": "3.8.3",
"tsdown": "^0.21.10",
"tslib": "^2.8.1",
"typescript": "~6.0.3",
"vite": "^8.0.10",
"vitest": "^4.1.5"
"bumpp": "catalog:",
"eslint": "catalog:",
"jsdom": "catalog:",
"prettier": "catalog:",
"tsdown": "catalog:",
"tslib": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"vitest": "catalog:"
},
"prettier": "@sxzz/prettier-config"
}