Skip to content

Commit

Permalink
fix: vue sample ts-configs
Browse files Browse the repository at this point in the history
  • Loading branch information
charIeszhao committed Aug 24, 2023
1 parent 52f57c7 commit bd2293c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/vue-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@tsconfig/node18": "^18.2.1",
"@types/node": "^18.0.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/eslint-config-prettier": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-sample/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"moduleResolution": "bundler",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-sample/tsconfig.vite-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"extends": "@tsconfig/node18/tsconfig.json",
"include": ["vite.config.*"],
"compilerOptions": {
"composite": true,
Expand Down
7 changes: 7 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd2293c

Please sign in to comment.