mirror of
https://github.com/hexastack/hexabot
synced 2025-02-22 12:28:26 +00:00
Merge pull request #308 from Hexastack/fix/tsconfig-2024-11-01-issue
fix: tsconfig to support modules
This commit is contained in:
commit
38f835ff7a
@ -21,7 +21,7 @@
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"paths": {
|
||||
"@/*": ["src/*", "src/.hexabot/*"],
|
||||
"@/*": ["src/*", "src/.hexabot/*", "src/extra/*"],
|
||||
"hexabot/src/*": ["src/*", "src/.hexabot/*"]
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user