What is the problem this feature will solve?
Node does an excellent job of executing TypeScript via type stripping. Node also appears to do an excellent job of building a single executable application from JavaScript files. Those features do not work together, as in Node cannot produce a single executable application from TypeScript files.
What is the feature you are proposing to solve the problem?
Use the type stripping feature already in Node to strip types from TypeScript files when building a single executable application (SEA).
What alternatives have you considered?
No response
What is the problem this feature will solve?
Node does an excellent job of executing TypeScript via type stripping. Node also appears to do an excellent job of building a single executable application from JavaScript files. Those features do not work together, as in Node cannot produce a single executable application from TypeScript files.
What is the feature you are proposing to solve the problem?
Use the type stripping feature already in Node to strip types from TypeScript files when building a single executable application (SEA).
What alternatives have you considered?
No response