cevek / ttypescript

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

Can i use more than one transform-plugin? #67

Closed viT-1 closed 4 years ago

viT-1 commented 5 years ago

e.g. typescript-transform-paths for resolving tsconfig > paths and @zoltu/typescript-transformer-append-js-extension for preparing scripts for es6 browser loading

viT-1 commented 5 years ago

I need this to solve problem with paths in my project I want to use more standart way with gulp-flatten adapted to straight uri /common.blocks/Greeter.js (without index.js "way helpers") than hacking sources with gulp-replace

cevek commented 4 years ago

Yes, you can use many plugins