Skip to content

Typescript build issues when importing a TS interface (and using outFile) #31

@billyvg

Description

@billyvg

I'm running into a TS issue:

Cannot compile modules using option 'outFile' unless the '--module' flag is 'amd' or 'system'.ts(6131)

I'm trying to import a TS interface e.g.

// foo.ts
export interface Foo {}
// index.ts
import {Foo} from './foo';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions