[v5] Cannot find Models' declaration types using monorepo (yarn or pnpm) #3878
-
Hi, Any idea why ? or What should I do ? Thanks in advance. Monorepo Structure (I only have Adonis under apps)
database/seeders/User.ts
package.json (Adonis)
tsconif.json
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @johngerome! 👋🏻 Where is stored your |
Beta Was this translation helpful? Give feedback.
-
All good now @RomainLanz Thank you.
final tsconfig.json
|
Beta Was this translation helpful? Give feedback.
All good now @RomainLanz Thank you.
I've added
"baseUrl"
undercompilerOptions
in mytsconfig
and It worked!.final tsconfig.json