drizzle-kit studio not reading typescript

When I run npx drizzle-kit studio it will throw errors that look like a pure js interpreter is looking at typescript files. All my files are valid typescript and no syntax errors. I think drizzle expects js when I'm providing ts. How do I solve this? "drizzle-orm": "^0.38.3" "drizzle-kit": "^0.30.1"
No description
1 Reply
PicardyTheThird
PicardyTheThirdOP5d ago
For context, this is trying to read the schema files. Okay, I solved it. I needed to set up my other packages to build to js before being imported by my schemas

Did you find this page helpful?