feat: basic api

This commit is contained in:
eneller
2026-03-05 23:31:56 +01:00
parent cef3474c3d
commit 0dd4b6590d
7 changed files with 83 additions and 10 deletions

View File

@@ -8,7 +8,10 @@
"moduleResolution": "bundler",
"target": "ES2022",
"module": "es2022",
"lib": ["es2022", "dom"]
"lib": ["es2022", "dom"],
"paths": {
"@shared/*": ["shared/*"]
}
},
"exclude": ["node_modules"]
}