-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ktaeyln edited this page Oct 22, 2014
·
11 revisions
node-typeinclude is a NPM package that can be installed with npm install -g typeinclude
.
This library, typeinclude, allows you to include TypeScript files at runtime without needing to re-compile every time you need to change something.
There's a few ways to start using typeinclude, dependant on what you need.
- Integrating with NodeJS
- Loading from Command Line
- [[Command Line Tools
tsc+
andtscac
]] - [[Pre-Compiling on
postinstall
andpostupdate
]]