fix: lockfile and configs

This commit is contained in:
mingholy.lmh
2025-09-15 20:50:50 +08:00
parent 3f535195b3
commit dbdb4db4f0
7 changed files with 2476 additions and 1867 deletions

View File

@@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"lib": ["DOM", "DOM.Iterable", "ES2023"],
"lib": ["DOM", "DOM.Iterable", "ES2021"],
"composite": true,
"types": ["node", "vitest/globals"]
},