You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a monorepo for a full stack application. My stack includes Next.js for the backend, Next.js for the landing page, and Vite + React for the dashboard.
I also want to use Drizzle + PostgreSQL as a separate package named db.
I absolutely do not want to write any JavaScript code or use .js for my imports. I'm having a lot of trouble configuring tsconfig and choosing the right module types.
Is there a comprehensive solution for handling packages and only supporting TypeScript, letting Turborepo or another tool handle the rest?
I'm looking for a way to confidently create a new package without having to worry about who or where it's being used.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm trying to create a monorepo for a full stack application. My stack includes Next.js for the backend, Next.js for the landing page, and Vite + React for the dashboard.
I also want to use Drizzle + PostgreSQL as a separate package named
db.I absolutely do not want to write any JavaScript code or use
.jsfor my imports. I'm having a lot of trouble configuringtsconfigand choosing the right module types.Is there a comprehensive solution for handling packages and only supporting TypeScript, letting Turborepo or another tool handle the rest?
I'm looking for a way to confidently create a new package without having to worry about who or where it's being used.
Beta Was this translation helpful? Give feedback.
All reactions