KyselyK
Kysely3y ago
91 replies
decho

Unable to compile project with the TypeScript compiler (tsc) v.5.1.6

Hey folks, apologies in advance in case I am missing something obvious.

I've noticed something very strange. the
tsc
compiler which I rarely use (but still need sometimes nevertheless) is unable to compile because of some OnConflictBuilder error, which is way too cryptic for me to understand.

I made a bare-minimum reproducible demo here:

https://github.com/virtuallyunknown/kysely-tsc-error/

In VSCode while editing and viewing the code, all appears perfectly fine.
image.png
GitHub
Contribute to virtuallyunknown/kysely-tsc-error development by creating an account on GitHub.
GitHub - virtuallyunknown/kysely-tsc-error
Solution
I just released 0.26.0 that has the fix in it
Was this page helpful?