Skip to content

ts-loader does work when ts-config noEmit is set to true in typescript 1.8.2 #161

@afaayerhan

Description

@afaayerhan

{
"compilerOptions": {
"target": "ES6",
"jsx": "preserve",
"noEmit": true,
"watch": true,
"experimentalDecorators": true
},
"exclude": [
"node_modules"
]
}
this is the current tsconfig I am using with 1.8.2 that is working. but after changing noEmit to false it works. but as you know I don't want to emit anything as I use IDE like webstorm .... that does compilation to correctly understand errors in typescript.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions