tsdrc.json
TypeScript Definition manager (tsd) global settings file
| Type | object |
|---|---|
| File match |
.tsdrc
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/tsdrc-json/latest.json |
| Source | https://www.schemastore.org/tsdrc.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
strictSSL
boolean
Enabled by default, setting this option to false disables strict SSL. Passed to request package. Useful behind (corporate) proxies that act like man-in-the middle on https connections.
proxy
string
Any standard http-proxy as supported by the request package.
format=uri
token
string
The OAuth token can be used to boost the GitHub API rate-limit from 60 to 5000 (non-cached) requests per hour. The is token needs just 'read-only access to public information' so no additional OAuth scopes are necessary.