From 348b0144ac8fde3802909a44cf242af0068baa33 Mon Sep 17 00:00:00 2001 From: TK11235 Date: Wed, 9 Feb 2022 02:33:28 +0900 Subject: [PATCH] =?UTF-8?q?perf:=20IE11=E3=81=AE=E3=82=B5=E3=83=9D?= =?UTF-8?q?=E3=83=BC=E3=83=88=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `ng new`で生成される新規プロジェクトの形式に合わせる --- .browserslistrc | 1 - tsconfig.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.browserslistrc b/.browserslistrc index 427441dc9..4f9ac2698 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -14,4 +14,3 @@ last 2 Edge major versions last 2 Safari major versions last 2 iOS major versions Firefox ESR -not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line. diff --git a/tsconfig.json b/tsconfig.json index ac3784d64..5c2bd36fb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,10 +10,10 @@ "experimentalDecorators": true, "moduleResolution": "node", "importHelpers": true, - "target": "es5", + "target": "es2017", "module": "es2020", "lib": [ - "es2018", + "es2020", "dom" ], "paths": {