Typescript - External Tool Configuration
Anyone done this successfully? I have Typescript working on my machine:
c:\inetpub\Intranet_Local\javascript>tsc projects.ts
c:/inetpub/Intranet_Local/javascript/projects.ts(6,2): The name '$' does not exist in the current scope
c:/inetpub/Intranet_Local/javascript/projects.ts(12,1): The name 'AjaxUpdater' does not exist in the current scope
c:/inetpub/Intranet_Local/javascript/projects.ts(17,18): The name '$F' does notexist in the current scope
c:/inetpub/Intranet_Local/javascript/projects.ts(18,18): The name '$F' does notexist in the current scope
c:/inetpub/Intranet_Local/javascript/projects.ts(28,12): The property 'oWin' does not exist on value of type 'Window'
How do I configure this so that I can compile it from PHPStorm as an External Tool? Is this possible?
请先登录再写评论。
Hi Keith,
Please check screenshot. That works for me.
Best,
Fedor
Attachment(s):
Screen Shot 2012-12-31 at 4.46.15 PM.png
That worked. Awesome. Now, if only typescript would not insert the stupid spaces, we'd be good to go.