Reputation: 737
When I use the a DefinitelyTyped in my Typescript project I notice that sometimes there is a file included with the tscparams extension.
What is it for?
Upvotes: 2
Views: 177
Reputation: 276195
It is used to customise the parameters passed to the compiler. This is specific to our testing framework. See : https://github.com/borisyankov/DefinitelyTyped/wiki/How-to-contribute#tests
Upvotes: 2