tsd.json
DefinitelyTyped description manager (TSD)
| 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
Properties
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.
Branch name or other git reference of the repository. Change this to use legacy branches.
GitHub user and repo name of the typings repository. Change this if you want to use TSD from a DefinitelyTyped fork.
Tracks config version for future changes (don't change this).
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.
A list of installed typings.
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.