typia icon indicating copy to clipboard operation
typia copied to clipboard

Manually generated typia files should optionally be added a // @ts-nocheck

Open bibauporto opened this issue 1 year ago • 2 comments

Manually generating typia files using typia generate, but most of my typescript errors come from those generated files.

I would like, optionally the @ts-nocheck to be added on 'compiled' files. So that i don't have to add it to the template files.

bibauporto avatar Sep 07 '24 19:09 bibauporto

What about sending a PR?

You can do it in this file

https://github.com/samchon/typia/blob/master/src/programmers/TypiaProgrammer.ts

samchon avatar Sep 10 '24 14:09 samchon

I made a PR for this issue : https://github.com/samchon/typia/pull/1327

anonymousRecords avatar Oct 11 '24 16:10 anonymousRecords