Skip to content

Commit

Permalink
fix: support vite client in safari 13 (#9315)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jul 23, 2022
1 parent c417364 commit 2415193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/client/tsconfig.json
Expand Up @@ -3,6 +3,7 @@
"include": ["./", "../../types"],
"compilerOptions": {
"types": [],
"target": "ES2019",
"lib": ["ESNext", "DOM"],
"declaration": false
}
Expand Down

0 comments on commit 2415193

Please sign in to comment.