Skip to content

Commit 7bd6047

Browse files
committed
fix remaining moduleResolution: Node to Bundler
1 parent af722c5 commit 7bd6047

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/transpile/module-resolution/project-with-complicated-dependency/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"strict": true,
4-
"moduleResolution": "Node",
4+
"moduleResolution": "Bundler",
55
"target": "esnext",
66
"lib": ["esnext"],
77
"types": [],

test/transpile/module-resolution/project-with-dependency-chain/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"strict": true,
4-
"moduleResolution": "Node",
4+
"moduleResolution": "Bundler",
55
"target": "esnext",
66
"lib": ["esnext"],
77
"types": [],

test/transpile/module-resolution/project-with-node-modules/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"strict": true,
4-
"moduleResolution": "Node",
4+
"moduleResolution": "Bundler",
55
"noUnusedLocals": true,
66
"noUnusedParameters": true,
77
"target": "esnext",

test/transpile/module-resolution/project-with-sourceDir/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"strict": true,
4-
"moduleResolution": "Node",
4+
"moduleResolution": "Bundler",
55
"target": "esnext",
66
"lib": ["esnext"],
77
"types": [],

0 commit comments

Comments
 (0)