- 
                Notifications
    
You must be signed in to change notification settings  - Fork 235
 
Closed
Labels
Description
I'm trying to get the typescript-sublime-plugin working with typescript 2.0.3.
I've upgraded typescript using npm. I next removed and reinstalled the typescript-sublime-plugin package, version 0.1.16. I change the package's user settings to "typescript_plugin_tsc_version": "2.0.3".
Then to test whether it's really using typescript 2. I add a readonly modifier to a class member. But the syntax highlighter shows it as an error, and selecting Build With: Typescript also gives it as an error. So apparently it's not using typescript 2. Is there some step I'm missing or does typescript-sublime-plugin not work with ts2?