no modern JavaScript for us

This commit is contained in:
Johannes Rieken 2021-07-16 17:33:53 +02:00
parent 9034714485
commit b27a33cc43
No known key found for this signature in database
GPG key ID: 96634B5AF12F8798
2 changed files with 1 additions and 7 deletions

View file

@ -20,10 +20,7 @@
"ES2020.Promise",
"ES2020.String",
"ES2020.Symbol.WellKnown",
"ES2020.Intl",
"ES2021.Promise",
"ES2021.String",
"ES2021.WeakRef"
"ES2020.Intl"
],
"module": "commonjs",
"strict": true,

View file

@ -37,9 +37,6 @@
"ES2020.String",
"ES2020.Symbol.WellKnown",
"ES2020.Intl",
"ES2021.Promise",
"ES2021.String",
"ES2021.WeakRef",
"DOM",
"DOM.Iterable",
"WebWorker.ImportScripts"