initial commit

This commit is contained in:
2025-03-11 19:42:33 -05:00
commit ea2358a315
27 changed files with 432 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"moduleResolution": "Node",
"lib": ["ESNext"],
"target": "ESNext",
"esModuleInterop": true,
"isolatedModules": true,
"rootDir": "src/",
"strict": true
},
"include": ["src/"]
}