Skip to content

Commit

Permalink
chore: remove useless types
Browse files Browse the repository at this point in the history
  • Loading branch information
云游 committed Jan 3, 2024
1 parent 85ebb20 commit f03a7e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions packages/client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"~/*": ["./src/*"]
},
"types": [
"vite/client",
"vite-plugin-pages/client"
"vite/client"
]
},
"include": ["**/*.ts", "**/*.d.ts", "**/*.vue"]
Expand Down
5 changes: 1 addition & 4 deletions packages/overlay/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
"module": "esnext",
"paths": {
"~/*": ["./src/*"]
},
"types": [
"vite-plugin-pages/client"
]
}
},
"include": ["**/*.ts", "**/*.d.ts", "**/*.vue"]
}

0 comments on commit f03a7e2

Please sign in to comment.