Using master on Sublime Text 3 - Ubuntu 14.04.
I have a project with the tsconfig.json file
{
"compilerOptions": {
"module": "commonjs",
"removeComments": true
},
"files": [/* files listed here */]
}
but I get the error: Cannot compile external modules unless the '--module' flag is provided
I replaced the tsserver directory with same files from typescript 1.5.0-beta and it seems to work just fine. Are these suppose to be in sync?