fix: tsconfig to support modules

This commit is contained in:
yassinedorbozgithub 2024-11-01 11:27:49 +01:00
parent 4546e8e836
commit 74a3c46257

View File

@ -21,7 +21,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"paths": {
"@/*": ["src/*", "src/.hexabot/*"],
"@/*": ["src/*", "src/.hexabot/*", "src/extra/*"],
"hexabot/src/*": ["src/*", "src/.hexabot/*"]
}
},