TypeScript suddenly not working anymore
So I was refactoring my Project, to be able to share Drizzle/DB code between two NestJS APIs - so far working fine.
But when pulling over the parts of the code that updated data in tables, I started noticing problems:
-> See related pic
For some reason, on db.update(tableName).set(...values), Drizzle suddenly doesn't rrecognize all the fields anymore?
I'm really not sure what to do at this point. Things I've tried: restart VS Code, restart TS language server, try different import/export paths, etc.
If anybody knows why this issue might arise, please let me know.
But when pulling over the parts of the code that updated data in tables, I started noticing problems:
-> See related pic
For some reason, on db.update(tableName).set(...values), Drizzle suddenly doesn't rrecognize all the fields anymore?
I'm really not sure what to do at this point. Things I've tried: restart VS Code, restart TS language server, try different import/export paths, etc.
If anybody knows why this issue might arise, please let me know.
