don't expose dom and worker to extensions

This commit is contained in:
Johannes Rieken 2021-07-02 17:13:22 +02:00
parent 6f2c3f21b3
commit b93a197661
No known key found for this signature in database
GPG key ID: 96634B5AF12F8798

View file

@ -23,10 +23,7 @@
"ES2020.Intl",
"ES2021.Promise",
"ES2021.String",
"ES2021.Weakref",
"DOM",
"DOM.Iterable",
"WebWorker.ImportScripts"
"ES2021.Weakref"
],
"module": "commonjs",
"strict": true,