File tree
Expand file treeCollapse file tree1 file changed
+1
-3
lines changed packages/schematics/angular/workspace/files
Expand file treeCollapse file tree1 file changed
+1
-3
lines changed Original file line number | Diff line number | Diff line change |
---|
|
11 | 11 | "noFallthroughCasesInSwitch": true,<% } %>
|
12 | 12 | "skipLibCheck": true,
|
13 | 13 | "isolatedModules": true,
|
14 |
| -"esModuleInterop": true, |
15 | 14 | "experimentalDecorators": true,
|
16 |
| -"moduleResolution": "bundler", |
17 | 15 | "importHelpers": true,
|
18 | 16 | "target": "ES2022",
|
19 |
| -"module": "ES2022" |
| 17 | +"module": "preserve" |
20 | 18 | },
|
21 | 19 | "angularCompilerOptions": {
|
22 | 20 | "enableI18nLegacyMessageIdFormat": false<% if (strict) { %>,
|
|
You can’t perform that action at this time.
0 commit comments