initial commit

This commit is contained in:
2024-12-25 22:22:16 -06:00
commit bf7d020bfc
24 changed files with 4347 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDeclarationOnly": true,
"declaration": true,
"outDir": "./dist/types"
}
}