0.0.9 • Published 7 years ago

ts-glob v0.0.9

Weekly downloads
3
License
MIT
Repository
bitbucket
Last release
7 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

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago