Commit inicial

This commit is contained in:
silva guimaraes 2025-08-23 23:00:03 -03:00
commit 5678ee9bd4
7 changed files with 218 additions and 0 deletions

15
jsconfig.json Normal file
View file

@ -0,0 +1,15 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"app/*": ["./*"]
},
"moduleResolution": "node",
"checkJs": true,
"target": "ESNext",
"module": "ESNext",
"strictNullChecks": true,
"resolveJsonModule": true
},
"exclude": ["node_modules", "docs", "thinking"]
}