typia
typia copied to clipboard
Manually generated typia files should optionally be added a // @ts-nocheck
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.
What about sending a PR?
You can do it in this file
https://github.com/samchon/typia/blob/master/src/programmers/TypiaProgrammer.ts
I made a PR for this issue : https://github.com/samchon/typia/pull/1327