fix(repo): shoud be fixed now

This commit is contained in:
devaine 2025-10-18 17:21:36 -05:00
commit 5d0d88c535
No known key found for this signature in database
GPG key ID: 4BA6E50E8768348F
26 changed files with 87 additions and 496 deletions

View file

@ -1,8 +1,6 @@
{
"compilerOptions": {
"baseUrl": "web-app/src"
"baseUrl": "./"
},
"include": [
"web-app/src"
]
"include": ["src"]
}