This commit is contained in:
2026-03-27 23:53:08 -05:00
parent b9cc69b7ae
commit 85a64eb0b0

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"lib": ["ES2020", "DOM"],
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"outDir": "./dist",
"rootDir": "./src",
"strict": true,