milo
milo
I'm having this issue and then some: - `$inferInsert` only provides fields that are `notNull()` or generated by default - `$inferSelect` does not respect nullability of fields and the type...
Sure! tsconfig below, typescript is version ^5.3.3 ``` { "compilerOptions": { "outDir": "dist", "incremental": true, "target": "es2017", "module": "commonjs", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "noImplicitReturns": true, "noUnusedLocals":...
oh you didn't ask for mine lol sorry. but i have exactly the same issue and there's my setup anyway