Pipeline compiler for Typescript
You need django-pipeline, this library contains only the compiler for typescript and you also need to install typescript compiler using node package manager:
npm install -g typescript
pip install django-pipeline-typescript
Add the compiler to pipeline configuration:
PIPELINE_COMPILERS = (
'pipeline_typescript.compilers.TypescriptCompiler',
)