fix tsconfig libs

This commit is contained in:
Johannes Rieken 2021-07-15 14:03:47 +02:00
parent 41c2f164b3
commit dd9162b48d
No known key found for this signature in database
GPG key ID: 96634B5AF12F8798
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
"ES2020.Intl",
"ES2021.Promise",
"ES2021.String",
"ES2021.Weakref"
"ES2021.WeakRef"
],
"module": "commonjs",
"strict": true,

View file

@ -39,7 +39,7 @@
"ES2020.Intl",
"ES2021.Promise",
"ES2021.String",
"ES2021.Weakref",
"ES2021.WeakRef",
"DOM",
"DOM.Iterable",
"WebWorker.ImportScripts"