Merge pull request #308 from Hexastack/fix/tsconfig-2024-11-01-issue

fix: tsconfig to support modules
This commit is contained in:
Med Marrouchi 2024-11-01 11:29:28 +01:00 committed by GitHub
commit 38f835ff7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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