Area restrita - Questionario

This commit is contained in:
2026-06-08 23:50:59 -03:00
parent f2e2400637
commit ef968f10ae
6972 changed files with 23454 additions and 2267883 deletions
+13 -2
View File
@@ -6,12 +6,23 @@
},
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.server.json"
}
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
"@/*": [
"./src/*"
],
"@contracts/*": [
"./contracts/*"
],
"@db/*": [
"./db/*"
]
}
}
}
}