Skip to content

Impossible to emit CommonJS modules when targeting ES6 #111

@JannesMeyer

Description

@JannesMeyer

It seems that the following line is not necessary anymore with TypeScript 1.7:

compilerOptions.module = 0 /* None */;

Removing it would allow us to target ES6 while still emitting CommonJS modules.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions