refactor: Rewrite functions into packages

This commit is contained in:
Jesse Wierzbinski 2024-03-07 19:34:50 -10:00
parent 847e679a10
commit 78f216092b
No known key found for this signature in database
21 changed files with 1426 additions and 70 deletions

View file

@ -1,6 +1,6 @@
{
"compilerOptions": {
"lib": ["ESNext", "DOM"],
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"module": "esnext",
"target": "esnext",
"moduleResolution": "bundler",