eden/installation #708
Replies: 1 comment
-
|
I have a monorepo with this structure: paths in tsconfig.json at backend are: "paths": {
"@/*": ["./src/*"],
"~/*": ["../*"]
}paths in tsconfig.json at frontend are: "paths": {
"@/*": ["./*"],
"~/*": ["../*"]
}That would cause Elysia type inference to not work correctly. I added this to my frontend "references": [
{
"path": "../backend"
}
]I'm not sure if this is a good solution, but it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
eden/installation
#0f172a
https://elysiajs.com/eden/installation
Beta Was this translation helpful? Give feedback.
All reactions