Skip to content

Commit c4afce4

Browse files
chore: use "moduleResolution": "Bundler" at root level (#9002)
* Change to bunlder at root * Update Next defaults * Remove moduleResolution from packages * Remove from scripts * Unify moduleResolution * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent f536199 commit c4afce4

File tree

63 files changed

+90
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+90
-110
lines changed

examples/angular/auto-refetching/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sourceMap": true,
1515
"declaration": false,
1616
"experimentalDecorators": true,
17-
"moduleResolution": "bundler",
17+
"moduleResolution": "Bundler",
1818
"importHelpers": true,
1919
"target": "ES2022",
2020
"module": "ES2022",

examples/angular/basic/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sourceMap": true,
1515
"declaration": false,
1616
"experimentalDecorators": true,
17-
"moduleResolution": "bundler",
17+
"moduleResolution": "Bundler",
1818
"importHelpers": true,
1919
"target": "ES2022",
2020
"module": "ES2022",

examples/angular/devtools-panel/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sourceMap": true,
1515
"declaration": false,
1616
"experimentalDecorators": true,
17-
"moduleResolution": "bundler",
17+
"moduleResolution": "Bundler",
1818
"importHelpers": true,
1919
"target": "ES2022",
2020
"module": "ES2022",

examples/angular/infinite-query-with-max-pages/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sourceMap": true,
1515
"declaration": false,
1616
"experimentalDecorators": true,
17-
"moduleResolution": "bundler",
17+
"moduleResolution": "Bundler",
1818
"importHelpers": true,
1919
"target": "ES2022",
2020
"module": "ES2022",

examples/angular/optimistic-updates/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sourceMap": true,
1515
"declaration": false,
1616
"experimentalDecorators": true,
17-
"moduleResolution": "bundler",
17+
"moduleResolution": "Bundler",
1818
"importHelpers": true,
1919
"target": "ES2022",
2020
"module": "ES2022",

examples/angular/pagination/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sourceMap": true,
1515
"declaration": false,
1616
"experimentalDecorators": true,
17-
"moduleResolution": "bundler",
17+
"moduleResolution": "Bundler",
1818
"importHelpers": true,
1919
"target": "ES2022",
2020
"module": "ES2022",

examples/angular/query-options-from-a-service/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sourceMap": true,
1515
"declaration": false,
1616
"experimentalDecorators": true,
17-
"moduleResolution": "bundler",
17+
"moduleResolution": "Bundler",
1818
"importHelpers": true,
1919
"target": "ES2022",
2020
"module": "ES2022",

examples/angular/router/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sourceMap": true,
1515
"declaration": false,
1616
"experimentalDecorators": true,
17-
"moduleResolution": "bundler",
17+
"moduleResolution": "Bundler",
1818
"importHelpers": true,
1919
"target": "ES2022",
2020
"module": "ES2022",

examples/angular/rxjs/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sourceMap": true,
1515
"declaration": false,
1616
"experimentalDecorators": true,
17-
"moduleResolution": "bundler",
17+
"moduleResolution": "Bundler",
1818
"importHelpers": true,
1919
"target": "ES2022",
2020
"module": "ES2022",

examples/angular/simple/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sourceMap": true,
1515
"declaration": false,
1616
"experimentalDecorators": true,
17-
"moduleResolution": "bundler",
17+
"moduleResolution": "Bundler",
1818
"importHelpers": true,
1919
"target": "ES2022",
2020
"module": "ES2022",

0 commit comments

Comments
 (0)