Skip to content

Commit

Permalink
Upgrade @vue/tsconfig, avoids the suggested tsconfig.lib.json for min…
Browse files Browse the repository at this point in the history
…imal inclusion
  • Loading branch information
dannon committed Apr 26, 2024
1 parent 9417ad5 commit 9d0a44b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"@typescript-eslint/parser": "^6.11.0",
"@vue/compiler-sfc": "^3.3.8",
"@vue/test-utils": "^1.3.6",
"@vue/tsconfig": "^0.4.0",
"@vue/tsconfig": "^0.5.1",
"@vue/vue3-jest": "^29.2.6",
"amdi18n-loader": "^0.9.4",
"autoprefixer": "10.4.16",
Expand Down
4 changes: 4 additions & 0 deletions client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
},
"outDir": "./dist/build",

// Necessary for now, drop once using vite
"noEmit": false,
"declaration": true,

"allowJs": true,
"checkJs": false,
"allowSyntheticDefaultImports": true,
Expand Down
8 changes: 4 additions & 4 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2905,10 +2905,10 @@
lodash "^4.17.15"
pretty "^2.0.0"

"@vue/tsconfig@^0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@vue/tsconfig/-/tsconfig-0.4.0.tgz#f01e2f6089b5098136fb084a0dd0cdd4533b72b0"
integrity sha512-CPuIReonid9+zOG/CGTT05FXrPYATEqoDGNrEaqS4hwcw5BUNM2FguC0mOwJD4Jr16UpRVl9N0pY3P+srIbqmg==
"@vue/tsconfig@^0.5.1":
version "0.5.1"
resolved "https://registry.yarnpkg.com/@vue/tsconfig/-/tsconfig-0.5.1.tgz#3124ec16cc0c7e04165b88dc091e6b97782fffa9"
integrity sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==

"@vue/vue3-jest@^29.2.6":
version "29.2.6"
Expand Down

0 comments on commit 9d0a44b

Please sign in to comment.