0.0.9 • Published 8 years ago

ts-glob v0.0.9

Weekly downloads
3
License
MIT
Repository
bitbucket
Last release
8 years ago

ts-glob

The typescript file glob updater

This package is very simple. Inside your package.json set the field ts.

    {
        "ts":{
            config:"tsconfig.json",
            files:[
                "lib/**/*.ts",
                "test/**/*.ts"
            ]
        }
    }

    //

    {
        "ts":[{
            config:"tsconfig.json",
            files:[
                "lib/**/*.ts",
                "test/**/*.ts"
            ]
        }]
    }

Once this is configured you can add any amount of files to your typescript project by running the ts-glob or tsglob command.

Changelog

  • 0.0.8
    • Updated to use relative path instead of absolute path when generating files.
0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago