Skip to content

Visual studio build tasks to compile typescript files only when needed

Notifications You must be signed in to change notification settings

fabioparra/TypeScriptFastBuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Fast Build

Visual studio build tasks to compile typescript files only when needed

#Why?

The default visual studio Typescript .targets call tsc.exe compiler every time you build a project, even when you didn't change any typescript file.

A simple solution is extend Microsoft.TypeScript.targets to call tsc.exe compiler only when needed.

About

Visual studio build tasks to compile typescript files only when needed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published