ttsc
v0.3.1
Published
Over TypeScript tool to use custom transformers in the tsconfig.json
Downloads
12,024
Maintainers
Readme
ttsc
This repository was created due to a perceived lack of management of ttypescript
.
Also, we don't currently support ts-node
and cache systems
, as they weren't supported in the original, and we need time to figure out a way around that.
And it supports TS5.
ttypescript
Existing contributors
- @cevek
- @zerkalica
- @SalvatorePreviti
- @timocov
- @SlurpTheo
- @samchon
- @henriquehbr
- @JiangWeixian
- @mdmitry01
- @jirutka
- @alexgorbatchev
- @oscard0m
- @sveyret
- @Jack-Works
- @MicahZoltu
- @Igorbek
- @gfx
- @danielpza
- @mikeyhew
- @huafu
- @dsherret
- @SupernaviX
- @HitkoDev
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
.