mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
Merge pull request #308 from Hexastack/fix/tsconfig-2024-11-01-issue
fix: tsconfig to support modules
This commit is contained in:
@@ -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/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user