js: fixes

This commit is contained in:
nym21
2026-03-23 16:45:20 +01:00
parent a59cdfef7c
commit c4c0004c4a
2 changed files with 4 additions and 4 deletions

View File

@@ -9,5 +9,5 @@
"lib": ["DOM", "DOM.Iterable", "ESNext", "WebWorker"],
"skipLibCheck": true
},
"exclude": ["dist"]
"exclude": ["dist", "tests"]
}