Coridyn

Results 3 comments of Coridyn

@glen-84 [Basarat's tsconfig project](https://github.com/TypeStrong/tsconfig) is a good option until globbing is supported by the TypeScript compiler. You can add a custom `filesGlob` property in your tsconfig.json file: ``` js {...

Thanks, I'll start making changes on my fork and send through pull requests as I finish things.

Thank you for the reply. Unfortunately I get the same error with the keyword argument approach you have suggested. I have tried a few different representations of the parameters but...