Initial Commit

This commit is contained in:
2025-03-30 21:02:00 -03:00
parent 164b475422
commit dba295b2ee
4 changed files with 116 additions and 0 deletions

5
tsconfig.json Normal file
View File

@@ -0,0 +1,5 @@
{
"compilerOptions": {
"module": "ESNext"
},
}