VS 2015 Preview language service not recognize --module (TypeScriptModuleKing) flag #1597
Labels
Bug
A bug in TypeScript
Fixed
A PR has been merged for this issue
Needs More Info
The issue still hasn't been fully clarified
Visual Studio
Integration with Visual Studio
Milestone
Hi!
I'm build TypeScript from 4e5a3ae commit and release-1.4 branch. After this. in VS where use export keyword for modules . classes and etc. Visual Studio highlight as error
Cannot compile external modules unless the '--module' flag is provided
But it's compiled well fine.
Examples:
In project file "TypeScriptModuleKind" property set as "commonjs" or "amd".
The text was updated successfully, but these errors were encountered: