Type object
File match tsd.json
Schema URL https://catalog.lintel.tools/schemas/schemastore/tsd-json/latest.json
Source https://www.schemastore.org/tsd.json

Validate with Lintel

npx @lintel/lintel check
Type: object

Properties

path string required

Path to the typings directory, the definitions will be installed in the appropriate sub-folders. Change this to have typings in your main code directory, but this is not recommended as the mixed styles used in the definitions it will confuse your inspections and lint-tools.

Default: "typings"
ref string required

Branch name or other git reference of the repository. Change this to use legacy branches.

Default: "master"
repo string required

GitHub user and repo name of the typings repository. Change this if you want to use TSD from a DefinitelyTyped fork.

Default: "borisyankov/DefinitelyTyped"
version string required

Tracks config version for future changes (don't change this).

Default: "v4"
bundle string

Path to a '.d.ts' bundle file (see below). Change this if you want the bundle to be closer to the actual source files. TSD will create the appropriate relative paths.

Default: "typings/tsd.d.ts"
installed object

A list of installed typings.

stats boolean

Set to 'false' to disable the stats tracking. Keep in mind the stats are anonymous, help us improve TSD & DT and motivate us to spend our time on development.

Default: true