ts-globber

0.4.3 • Public • Published

Build Status

Ts-globber

Re-propagate the 'files' property of your tsconfig.json.

Installation

// As a cli-tool
npm install -g ts-globber

// As a node module
npm install ts-globber --save

Example Usage

Use it in your Visual Studio Code build task:

{
    "version": "0.1.0",
    "command": "tsglob",
    "args": ["&&","tsc"],
    "isShellCommand": true,
    "showOutput": "silent",
    "problemMatcher": "$tsc"
}
 
// CLI
cd ~/projects/myTsProject
tsglob


// Module -- in code
var tsglobber = require("ts-globber");
tsglobber();

// Module -- command line
node node_modules/ts-globber/bin/index.js

Package Sidebar

Install

npm i ts-globber

Weekly Downloads

20

Version

0.4.3

License

MIT

Last publish

Collaborators

  • seikho