Skip to content

tsconfig.json settings not taking effect #180

@musicist288

Description

@musicist288

Using master on Sublime Text 3 - Ubuntu 14.04.

I have a project with the tsconfig.json file

{
    "compilerOptions": {
        "module": "commonjs",
        "removeComments": true
    },
    "files": [/* files listed here */]
}

but I get the error: Cannot compile external modules unless the '--module' flag is provided

I replaced the tsserver directory with same files from typescript 1.5.0-beta and it seems to work just fine. Are these suppose to be in sync?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions