diff --git a/integration/animations-async/tsconfig.json b/integration/animations-async/tsconfig.json index 274fbe2affa..195ad48ae3c 100644 --- a/integration/animations-async/tsconfig.json +++ b/integration/animations-async/tsconfig.json @@ -7,7 +7,7 @@ "esModuleInterop": true, "declaration": false, "experimentalDecorators": true, - "module": "esnext", + "module": "es2022", "moduleResolution": "node", "importHelpers": true, "target": "es2022", diff --git a/integration/animations/tsconfig.json b/integration/animations/tsconfig.json index 1dc925081af..3210a9ea425 100644 --- a/integration/animations/tsconfig.json +++ b/integration/animations/tsconfig.json @@ -7,10 +7,10 @@ "esModuleInterop": true, "declaration": false, "experimentalDecorators": true, - "module": "esnext", + "module": "es2022", "moduleResolution": "node", "importHelpers": true, - "target": "es2015", + "target": "es2022", "typeRoots": [ "node_modules/@types" ], diff --git a/integration/cli-elements-universal/tsconfig.json b/integration/cli-elements-universal/tsconfig.json index 6df1071edd7..f431b70173f 100644 --- a/integration/cli-elements-universal/tsconfig.json +++ b/integration/cli-elements-universal/tsconfig.json @@ -14,8 +14,8 @@ "experimentalDecorators": true, "moduleResolution": "node", "importHelpers": true, - "target": "es2015", - "module": "es2020", + "target": "es2022", + "module": "es2022", "lib": [ "es2018", "dom" diff --git a/integration/cli-hello-world-ivy-i18n/tsconfig.json b/integration/cli-hello-world-ivy-i18n/tsconfig.json index 1dc925081af..3210a9ea425 100644 --- a/integration/cli-hello-world-ivy-i18n/tsconfig.json +++ b/integration/cli-hello-world-ivy-i18n/tsconfig.json @@ -7,10 +7,10 @@ "esModuleInterop": true, "declaration": false, "experimentalDecorators": true, - "module": "esnext", + "module": "es2022", "moduleResolution": "node", "importHelpers": true, - "target": "es2015", + "target": "es2022", "typeRoots": [ "node_modules/@types" ], diff --git a/integration/cli-hello-world-lazy/tsconfig.json b/integration/cli-hello-world-lazy/tsconfig.json index 1dc925081af..3210a9ea425 100644 --- a/integration/cli-hello-world-lazy/tsconfig.json +++ b/integration/cli-hello-world-lazy/tsconfig.json @@ -7,10 +7,10 @@ "esModuleInterop": true, "declaration": false, "experimentalDecorators": true, - "module": "esnext", + "module": "es2022", "moduleResolution": "node", "importHelpers": true, - "target": "es2015", + "target": "es2022", "typeRoots": [ "node_modules/@types" ], diff --git a/integration/cli-hello-world-mocha/tsconfig.json b/integration/cli-hello-world-mocha/tsconfig.json index 1dc925081af..3210a9ea425 100644 --- a/integration/cli-hello-world-mocha/tsconfig.json +++ b/integration/cli-hello-world-mocha/tsconfig.json @@ -7,10 +7,10 @@ "esModuleInterop": true, "declaration": false, "experimentalDecorators": true, - "module": "esnext", + "module": "es2022", "moduleResolution": "node", "importHelpers": true, - "target": "es2015", + "target": "es2022", "typeRoots": [ "node_modules/@types" ], diff --git a/integration/cli-hello-world/tsconfig.json b/integration/cli-hello-world/tsconfig.json index 0d22beecb72..6d01924436c 100644 --- a/integration/cli-hello-world/tsconfig.json +++ b/integration/cli-hello-world/tsconfig.json @@ -7,10 +7,10 @@ "esModuleInterop": true, "declaration": false, "experimentalDecorators": true, - "module": "esnext", + "module": "es2022", "moduleResolution": "node", "importHelpers": true, - "target": "es2015", + "target": "es2022", "typeRoots": ["node_modules/@types"], "lib": ["es2018", "dom"] }, diff --git a/integration/cli-signal-inputs/tsconfig.json b/integration/cli-signal-inputs/tsconfig.json index 0b56495c094..d07f2a62715 100644 --- a/integration/cli-signal-inputs/tsconfig.json +++ b/integration/cli-signal-inputs/tsconfig.json @@ -8,10 +8,10 @@ "strict": true, "declaration": false, "experimentalDecorators": true, - "module": "esnext", + "module": "es2022", "moduleResolution": "node", "importHelpers": true, - "target": "es2015", + "target": "es2022", "typeRoots": ["node_modules/@types"], "lib": ["es2018", "dom"] }, diff --git a/integration/defer/tsconfig.json b/integration/defer/tsconfig.json index 1dc925081af..3210a9ea425 100644 --- a/integration/defer/tsconfig.json +++ b/integration/defer/tsconfig.json @@ -7,10 +7,10 @@ "esModuleInterop": true, "declaration": false, "experimentalDecorators": true, - "module": "esnext", + "module": "es2022", "moduleResolution": "node", "importHelpers": true, - "target": "es2015", + "target": "es2022", "typeRoots": [ "node_modules/@types" ], diff --git a/integration/dynamic-compiler/tsconfig.json b/integration/dynamic-compiler/tsconfig.json index e6c8da5c89c..571967b7d41 100644 --- a/integration/dynamic-compiler/tsconfig.json +++ b/integration/dynamic-compiler/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "target": "es2020", - "module": "es2020", + "target": "es2022", + "module": "es2022", "moduleResolution": "node", "declaration": false, "removeComments": true, diff --git a/integration/forms/tsconfig.json b/integration/forms/tsconfig.json index 1dc925081af..3210a9ea425 100644 --- a/integration/forms/tsconfig.json +++ b/integration/forms/tsconfig.json @@ -7,10 +7,10 @@ "esModuleInterop": true, "declaration": false, "experimentalDecorators": true, - "module": "esnext", + "module": "es2022", "moduleResolution": "node", "importHelpers": true, - "target": "es2015", + "target": "es2022", "typeRoots": [ "node_modules/@types" ], diff --git a/integration/ivy-i18n/tsconfig.json b/integration/ivy-i18n/tsconfig.json index 1dc925081af..3210a9ea425 100644 --- a/integration/ivy-i18n/tsconfig.json +++ b/integration/ivy-i18n/tsconfig.json @@ -7,10 +7,10 @@ "esModuleInterop": true, "declaration": false, "experimentalDecorators": true, - "module": "esnext", + "module": "es2022", "moduleResolution": "node", "importHelpers": true, - "target": "es2015", + "target": "es2022", "typeRoots": [ "node_modules/@types" ], diff --git a/integration/ng-add-localize/tsconfig.json b/integration/ng-add-localize/tsconfig.json index d85741f5e04..dd149a77926 100644 --- a/integration/ng-add-localize/tsconfig.json +++ b/integration/ng-add-localize/tsconfig.json @@ -17,7 +17,7 @@ "moduleResolution": "node", "importHelpers": true, "target": "es2017", - "module": "es2020", + "module": "es2022", "lib": [ "es2018", "dom" diff --git a/integration/ng_elements/tsconfig.json b/integration/ng_elements/tsconfig.json index e6a7a10295c..a6773a56441 100644 --- a/integration/ng_elements/tsconfig.json +++ b/integration/ng_elements/tsconfig.json @@ -7,7 +7,7 @@ "module": "es2015", "moduleResolution": "node", "strictNullChecks": true, - "target": "es2015", + "target": "es2022", "sourceMap": false, "experimentalDecorators": true, "outDir": "built", diff --git a/integration/ng_update_migrations/tsconfig.json b/integration/ng_update_migrations/tsconfig.json index 6329b405f6b..f9b4d004128 100644 --- a/integration/ng_update_migrations/tsconfig.json +++ b/integration/ng_update_migrations/tsconfig.json @@ -6,12 +6,12 @@ "sourceMap": true, "esModuleInterop": true, "declaration": false, - "module": "esnext", + "module": "es2022", "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, "importHelpers": true, - "target": "es2015", + "target": "es2022", "typeRoots": [ "node_modules/@types" ], diff --git a/integration/standalone-bootstrap/tsconfig.json b/integration/standalone-bootstrap/tsconfig.json index 1dc925081af..3210a9ea425 100644 --- a/integration/standalone-bootstrap/tsconfig.json +++ b/integration/standalone-bootstrap/tsconfig.json @@ -7,10 +7,10 @@ "esModuleInterop": true, "declaration": false, "experimentalDecorators": true, - "module": "esnext", + "module": "es2022", "moduleResolution": "node", "importHelpers": true, - "target": "es2015", + "target": "es2022", "typeRoots": [ "node_modules/@types" ], diff --git a/integration/trusted-types/tsconfig.json b/integration/trusted-types/tsconfig.json index 6df1071edd7..f431b70173f 100644 --- a/integration/trusted-types/tsconfig.json +++ b/integration/trusted-types/tsconfig.json @@ -14,8 +14,8 @@ "experimentalDecorators": true, "moduleResolution": "node", "importHelpers": true, - "target": "es2015", - "module": "es2020", + "target": "es2022", + "module": "es2022", "lib": [ "es2018", "dom"