Skip to content

Commit

Permalink
perf: IE11のサポートを削除
Browse files Browse the repository at this point in the history
`ng new`で生成される新規プロジェクトの形式に合わせる
  • Loading branch information
TK11235 committed Feb 8, 2022
1 parent 6cddf75 commit 348b014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "es5",
"target": "es2017",
"module": "es2020",
"lib": [
"es2018",
"es2020",
"dom"
],
"paths": {
Expand Down

0 comments on commit 348b014

Please sign in to comment.