fixed imports on several files

This commit is contained in:
2026-03-25 06:56:19 -05:00
parent 191cb2b698
commit ddcb7e76a3
16 changed files with 36 additions and 41 deletions

View File

@@ -18,7 +18,7 @@
"exactOptionalPropertyTypes": true,
"baseUrl": "./backend",
"paths": {
"@/*": ["src/*"]
"@/*": ["*"]
},
"esModuleInterop": true,
"skipLibCheck": true,
@@ -27,8 +27,7 @@
//"allowImportingTsExtensions": true,
"noEmit": false
},
"include": ["backend/**/*"
],
"include": ["backend/**/*"],
"exclude": [
"node_modules",
"frontend",