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
I noticed the key externalTranspiler (#475) in the FAQ and was very happy about it. It got me quite confused when I ran tsc from terminal though I got different results
So, you see, this is an awesome feature (and I really mean it), but it introduces confusion, because its using what looks like TypeScript configuration tsconfig.json.
Would it make sense to move the keys like externalTranspiler under a new root key like atom-typescript?
It would also apply to options (#521), and any other non tsc keys.
The text was updated successfully, but these errors were encountered:
There is a concern about making these features locked into atom-ts, e.g. filesGlob is fairly widely supported (because it is something that really should be in tsconfig to begin with).
I noticed the key
externalTranspiler
(#475) in the FAQ and was very happy about it. It got me quite confused when I rantsc
from terminal though I got different resultsSo, you see, this is an awesome feature (and I really mean it), but it introduces confusion, because its using what looks like TypeScript configuration
tsconfig.json
.Would it make sense to move the keys like
externalTranspiler
under a new root key likeatom-typescript
?It would also apply to options (#521), and any other non tsc keys.
The text was updated successfully, but these errors were encountered: