You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding the outFileoption in tsconfig.json, the output is not generated.
See the minimalist attached example:
When the outFile option is removed, the output files are generated (but in several files).
When using tsc in the command line, the output is generated.
Config:
atom 1.5.4
atom-typescript 8.3.0
typescript 1.8.7
Windows 10