Disable Typescript Compile (almost never useful)

I do want to flag syntax errors in typescript files but do not want to compile the typescript files. I disabled compilation under the typescript preferences but keep getting a "nag message" to enable it.  Projects are compiled, bundled and deployed outside of the source folder.  In general we don't want the IDE to compile typescript files it encounters, placing the JS file in the same folder. 

1
1 comment

doesn't pressing 'No' dismiss the message? Normally it has to be done once for current project

0

Please sign in to leave a comment.