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

View File

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