dont use dom libs

This commit is contained in:
Alistair Smith
2025-09-11 17:43:45 -07:00
parent dca34819b6
commit d54ffd8012

View File

@@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"lib": ["ESNext", "DOM.Iterable", "DOM.AsyncIterable"],
"lib": ["ESNext", "ES2015.Iterable", "ESNext.AsyncIterable"],
// Path remapping
"baseUrl": ".",
"paths": {