mirror of
https://github.com/hexastack/hexabot
synced 2024-11-22 17:48:21 +00:00
fix: tsconfig to support modules
This commit is contained in:
parent
4546e8e836
commit
74a3c46257
@ -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/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user