Skip to content

Commit

Permalink
chore: update ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Sep 10, 2023
1 parent 0b1bd0c commit 6c921b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion playground/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"lib": ["esnext", "DOM", "DOM.Iterable"],
"lib": ["esnext", "dom"],
"types": [
"vite/client"
]
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
],
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"composite": true
"noFallthroughCasesInSwitch": true
},
"exclude": [
"**/dist/**",
Expand Down

0 comments on commit 6c921b8

Please sign in to comment.