Export types

* Export public type for usage
This commit is contained in:
Alexander Zinn
2025-08-28 16:38:57 -04:00
parent dee8a27734
commit 44afa943b4
6 changed files with 72 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
// Environment setup & latest features
"lib": ["ESNext"],
"lib": ["ESNext", "DOM"],
"target": "ESNext",
"module": "Preserve",
"moduleDetection": "force",