ctsc doesn't work on windows 10
Open
- Dominant language
- JavaScript
- Stars
- 12
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
When running ctsc on windows, it doesn't compile the project, without any error messages.
Not sure which *nix specific feature is ctsc relaying on, but at least it can just proxy to tsc if it's on windows?
Otherwise, we'll need to have conditional build script to call tsc or ctsc depending on the uname output (uname is available on windows when using "git bash")
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.