ttypescript
v1.5.15
Published
Over TypeScript tool to use custom transformers in the tsconfig.json
Downloads
754,131
Maintainers
Readme
ttypescript
What it is
Currently TypeScript doesn't support custom transformers in the tsconfig.json, but supports it programmatically.
And there is no way to compile your files using custom transformers using tsc
command.
TTypescript (Transformer TypeScript) solves this problem by patching on the fly the compile module to use transformers from tsconfig.json
.