Skip to content

Commit 9c2e059

Browse files
chore(deps): update dependency @vue/tsconfig to ^0.4.0 (#475)
* chore(deps): update dependency @vue/tsconfig to ^0.4.0 * fix: vue sample ts-configs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Charles Zhao <[email protected]>
1 parent 6692914 commit 9c2e059

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

packages/vue-sample/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
1717
},
1818
"devDependencies": {
1919
"@rushstack/eslint-patch": "^1.1.0",
20+
"@tsconfig/node18": "^18.2.1",
2021
"@types/node": "^18.0.0",
2122
"@vitejs/plugin-vue": "^4.1.0",
2223
"@vue/eslint-config-prettier": "^8.0.0",
2324
"@vue/eslint-config-typescript": "^11.0.3",
24-
"@vue/tsconfig": "^0.1.3",
25+
"@vue/tsconfig": "^0.4.0",
2526
"eslint": "^8.44.0",
2627
"eslint-plugin-vue": "^9.10.0",
2728
"lint-staged": "^14.0.0",

packages/vue-sample/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@vue/tsconfig/tsconfig.web.json",
2+
"extends": "@vue/tsconfig/tsconfig.dom.json",
33
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
44
"compilerOptions": {
55
"moduleResolution": "bundler",

packages/vue-sample/tsconfig.vite-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@vue/tsconfig/tsconfig.node.json",
2+
"extends": "@tsconfig/node18/tsconfig.json",
33
"include": ["vite.config.*"],
44
"compilerOptions": {
55
"composite": true,

pnpm-lock.yaml

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)