Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update ts config
  • Loading branch information
tobiasdiez committed Jul 7, 2024
commit 7382a74b76f3ed432417dcad8c72ac0142afbe9c
6 changes: 6 additions & 0 deletions packages/nuxt-module/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../../playground/.nuxt/tsconfig.json",
"compilerOptions": {
"types": ["vite/client"]
}
}
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"extends": "./playground/.nuxt/tsconfig.json",
"compilerOptions": {
"types": ["vite/client"]
}
}