cevek / ttypescript

Over TypeScript tool to use custom transformers in the tsconfig.json
1.53k stars 56 forks source link

The optional name of the exported transform plugin in the transform module seems not work. #41

Closed xiaoxiangmoe closed 5 years ago

xiaoxiangmoe commented 5 years ago
{
    "compilerOptions": {
        "plugins": [
            { "transform": "transformer-module", "type": "ls", "name":"transformer" }
        ]
    },
}
cevek commented 5 years ago

Hi @xiaoxiangmoe You should use "import": "transformer" works in 1.5.6

ps: type: "ls" doesn't work