|
|
|
|
|
by paulddraper
1133 days ago
|
|
TS compiler should have an CLI option to compile without type checks. TS features don't need types to produce output[1] and this is supported by the compiler; it just doesn't have a CLI option. Compiling without types is supported the compiler itself (this is what Babel does). [1] Except const enum and export * |
|