Skip to content

Commit ad6c9c6

Browse files
committed
revert: "chore: use moduleResolution: bundler for now"
1 parent 8898545 commit ad6c9c6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/vite/tsconfig.check.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"compilerOptions": {
33
"target": "ES2020",
4-
// NOTE: Changed moduleResolution / module due to https://github.com/rolldown/rolldown/issues/3407
5-
"moduleResolution": "Bundler",
6-
"module": "Preserve",
4+
"moduleResolution": "node16",
5+
"module": "Node16",
76
"lib": ["ES2020", "WebWorker"], // ES2020 is very conservative check for client types, could be bumped if needed
87
"types": [], // Avoid checking unrelated node_modules types
98
"noEmit": true,

0 commit comments

Comments
 (0)