feat: basically the whole package

This commit is contained in:
2026-07-04 20:17:41 +02:00
parent 5b23824a56
commit b6c8c93430
9 changed files with 979 additions and 20 deletions
+1 -2
View File
@@ -4,7 +4,7 @@
"target": "es2023",
"lib": ["ES2023"],
"module": "esnext",
"types": ["vitest/importMeta"],
"types": ["vitest/importMeta", "node"],
"skipLibCheck": true,
/* Bundler mode */
@@ -17,7 +17,6 @@
/* Linting */
"noUnusedLocals": false,
"noUncheckedIndexedAccess": true,
"erasableSyntaxOnly": true,
},
"include": ["src", "tests"]