Revert "Revert "Merge pull request #127874 from microsoft/joh/webpack5""

This reverts commit c5f12c7226.
This commit is contained in:
Johannes Rieken
2021-07-08 10:28:33 +02:00
parent c24621a3ce
commit a3e07245ee
7 changed files with 574 additions and 128 deletions

View File

@@ -1,8 +1,29 @@
{
"compilerOptions": {
"target": "es2019",
"target": "es2020",
"lib": [
"es2019"
"ES2016",
"ES2017.Object",
"ES2017.String",
"ES2017.Intl",
"ES2017.TypedArrays",
"ES2018.AsyncIterable",
"ES2018.AsyncGenerator",
"ES2018.Promise",
"ES2018.Regexp",
"ES2018.Intl",
"ES2019.Array",
"ES2019.Object",
"ES2019.String",
"ES2019.Symbol",
"ES2020.BigInt",
"ES2020.Promise",
"ES2020.String",
"ES2020.Symbol.WellKnown",
"ES2020.Intl",
"ES2021.Promise",
"ES2021.String",
"ES2021.Weakref"
],
"module": "commonjs",
"strict": true,