django-pipeline-typescript-compiler

Django Pipeline Compiler for Typescript


Keywords
pipeline, assets, typescript
License
MIT
Install
pip install django-pipeline-typescript-compiler==0.3

Documentation

django-pipeline-typescript

Pipeline compiler for Typescript

Installation

You need django-pipeline, this library contains only the compiler for typescript and you also need to install typescript compiler using node package manager:

Django Pipeline

NodeJS & NPM

npm install -g typescript

pip install django-pipeline-typescript

Add the compiler to pipeline configuration:

PIPELINE_COMPILERS = (
  'pipeline_typescript.compilers.TypescriptCompiler',
)