Maksim Sinik
Maksim Sinik
In my projects, I moved away from `tsc` as a compilator because of these limitations: I use it only as a type-checker before running https://github.com/egoist/tsup. Maybe we should move the...
What I meant is that is metter of providing out of the box a way to copy static files from src to dist/build folders during the "compilation" process. Otherwise, we...
We are using typebox to define both TS interfaces and schemas at the same time.
Would you mind to send a PR to address this?
Very very strange. Can you make a repro repository so we can look further into it? I suppose it is not loaded for some reason.
Hi @naseemkullah! Sorry for the late response but this issue finished between hundred of GitHub emails. If I recall correctly I implemented them as optional due to the fact that...
Can you be more precise about what you try to achieve? Multer is just a file upload plugin. If you want to remove a file stored on the disk, you...
I requested the access with my gmail and got approved in a couple of minutes.
100% with @mcollina on this.
> Related to having this https://www.typescriptlang.org/tsconfig/#exactOptionalPropertyTypes enabled. > > [@Mikhus](https://github.com/Mikhus) This one should not be an issue if you add the https://www.typescriptlang.org/tsconfig/#skipLibCheck, which is something you should always do anyway...