coreybutler / node-windows

Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).
Other
2.83k stars 356 forks source link

07/16/2024: Usage with typescript project #378

Closed rojithaDev closed 4 months ago

rojithaDev commented 4 months ago

Is your feature request related to a problem? Please describe. Only work with javascript projects.

Describe the solution you'd like Ability to use it with projects with ts extensions.

Describe alternatives you've considered No alternatives are available: Please include in comments if there is one.

Please use the reactions to cast a vote in favor of or against this feature suggestion »
coreybutler commented 4 months ago

This is not a compiler. Use tsc to compile your code like you would any other TS project. Specify the output of your compilation process as the source of your executable.