feat: resolve TS type (#664)

This commit is contained in:
三咲智子 Kevin Deng
2024-01-21 17:25:13 +08:00
committed by GitHub
parent edf7cb1025
commit 3f8f4bbfc6
20 changed files with 929 additions and 179 deletions

View File

@ -1,5 +1,6 @@
{
"name": "vue-jsx-monorepo",
"version": "1.2.0-alpha.0",
"private": true,
"packageManager": "pnpm@8.14.1",
"type": "module",
@ -17,11 +18,15 @@
"jsx"
],
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.22.5",
"@rollup/plugin-babel": "^6.0.4",
"@types/babel__core": "^7.20.5",
"@types/babel__helper-module-imports": "^7.18.0",
"@types/babel__helper-plugin-utils": "^7.10.1",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@vitest/coverage-v8": "^1.2.1",
"@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
@ -32,6 +37,5 @@
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
},
"version": "1.1.6"
}
}