Skip to content

Commit

Permalink
chore(jsconfig): removed vueCompilerOptions
Browse files Browse the repository at this point in the history
- added dev dependency `@types/node`
  • Loading branch information
ThornWalli committed Nov 2, 2023
1 parent 9953a9e commit 21c09f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
3 changes: 0 additions & 3 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"extends": "./playground/.nuxt/tsconfig.json",
"vueCompilerOptions": {
"target": 2.7
},
"compilerOptions": {
"baseUrl": ".",
"paths": {
Expand Down
12 changes: 8 additions & 4 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"@nuxtjs/eslint-config": "12.0.0",
"@nuxtjs/eslint-module": "4.1.0",
"@nuxtjs/stylelint-module": "5.1.0",
"@types/node": "^20.8.10",
"commitlint": "18.2.0",
"core-js": "3.33.1",
"esbuild": "0.19.5",
Expand Down

0 comments on commit 21c09f6

Please sign in to comment.