Closed
Description
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:
export module Foo {}
module Foo {}
export = Foo;
In project file "TypeScriptModuleKind" property set as "commonjs" or "amd".