first commit

This commit is contained in:
2026-06-04 14:45:08 -03:00
commit 3e85097955
18 changed files with 3421 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"noEmit": true,
"rootDir": "src"
},
"include": ["src/**/*.ts"]
}