Geert Van Laethem
Geert Van Laethem

Reputation: 737

What are the tscparams files for?

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

Answers (1)

basarat
basarat

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

Related Questions