Skip to content

Commit

Permalink
fix: typescript complains not finding .nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
samk-dev committed Apr 1, 2024
1 parent 1995384 commit c6a62d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"@types/node": "^20.12.2",
"changelogen": "^0.5.5",
"nuxt": "^3.11.1",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
},
"packageManager": "pnpm@8.15.5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589"
Expand Down
4 changes: 4 additions & 0 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "./.nuxt/tsconfig.json"
"extends": "./playground/.nuxt/tsconfig.json"
}

0 comments on commit c6a62d7

Please sign in to comment.