eclipse-typescript
eclipse-typescript copied to clipboard
Cannot compile modules unless the '--module' flag is provided.
Version: Luna SR2 (4.4.2) TypeScript 1.5.0.v20150727-0436 com.palantir.typescript.feature.feature.group Palantir Technologies, Inc.
export class Test { tmember: string; } Cannot compile modules unless the '--module' flag is provided. whenever the export is used.
I tried all combinations in the module code generation dropdown. Not sure which combination will send --module flag to compiler.