Skip to content

Commit

Permalink
chore(deps): update dependency @vue/tsconfig to ^0.5.1 (#12)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @vue/tsconfig to ^0.5.1

* chore: update tsconfig.build

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Adam DeHaven <[email protected]>
  • Loading branch information
renovate[bot] and adamdehaven authored Jan 8, 2024
1 parent 353c1ab commit 6c9e3c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@vitejs/plugin-vue": "^5.0.0",
"@vitest/ui": "^1.1.0",
"@vue/test-utils": "^2.4.3",
"@vue/tsconfig": "^0.4.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.16",
"c8": "^8.0.1",
"commitizen": "^4.3.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

3 changes: 3 additions & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false
},
"exclude": [
"sandbox",
"node_modules",
Expand Down

0 comments on commit 6c9e3c5

Please sign in to comment.