5 ms·
It seems a little silly to not support some of the small additions TypeScript contributes when it could just be another flag to enable enum, namespace, construc
by autocole 1y ago
It seems a little silly to not support some of the small additions TypeScript contributes when it could just be another flag to enable enum, namespace, constructor to property init support
- niedzielski 1y agoyou can try the --experimental-transform-types flag to support TypeScript code gen. I'll add it to the notes! --experimental-transform-types: https://nodejs.org/en/blog/release/v22.7.0#experimental-transform-types-support https://nodejs.org/en/blog/release/v22.7.0#experimental-tran...