Skip to content

Commit 2415193

Browse files
authoredJul 23, 2022
fix: support vite client in safari 13 (#9315)
1 parent c417364 commit 2415193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/vite/src/client/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"include": ["./", "../../types"],
44
"compilerOptions": {
55
"types": [],
6+
"target": "ES2019",
67
"lib": ["ESNext", "DOM"],
78
"declaration": false
89
}

0 commit comments

Comments
 (0)
Please sign in to comment.