Skip to content

Commit 43cc992

Browse files
committed
chore: remove WebWorker from lib in tsconfig.check.json to catch regression
1 parent 5ed712f commit 43cc992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/tsconfig.check.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"target": "ES2020",
44
"moduleResolution": "node16",
55
"module": "Node16",
6-
"lib": ["ES2020", "WebWorker"], // ES2020 is very conservative check for client types, could be bumped if needed
6+
"lib": ["ES2020"], // ES2020 is very conservative check for client types, could be bumped if needed
77
"types": [], // Avoid checking unrelated node_modules types
88
"noEmit": true,
99
"strict": true,

0 commit comments

Comments
 (0)