0.2.1 • Published 9 years ago

tsbuild v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

tsbuild

fast builds for projects using TypeScript + Browserify

Usage

var tsbuild = require("tsbuild");

tsbuild({
    filename: "processing-debugger.ts", 
    srcDir: "./src", 
    libDir: "./lib", 
    distDir: "./dist", 
    standalone: "ProcessingDebugger"
});
  • filename - main entry
  • srcDir - root folder where filename and other source reside
  • libDir - destination of commonjs modules
  • distDir - destination of universal modules
  • standalone - symbol name to export to the global context when a module loader is not being used
0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago