typingsrc.json
Typings TypeScript definitions manager configuration file
| Type | object |
|---|---|
| File match |
.typingsrc
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/typingsrc-json/latest.json |
| Source | https://www.schemastore.org/typingsrc.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
ca
array | string
A string or array of strings of trusted certificates in PEM format
cert
string
Public x509 certificate to use
defaultSource
string
Override the default installation source (e.g., when doing 'typings install debug')
githubToken
string
Set your GitHub for resolving 'github:' locations
httpProxy
string
The proxy to use for HTTP requests
httpsProxy
string
The proxy to use for HTTPS requests
key
string
Private key to use for SSL
noProxy
string
A string of space-separated hosts to not proxy
proxy
string
A HTTP(s) proxy URI for outgoing requests
registryURL
string
Override the registry URL
rejectUnauthorized
boolean
Reject invalid SSL certificates
userAgent
string
Set the User-Agent for HTTP requests