typings.json
Typings TypeScript definitions manager definition file
| Type | object |
|---|---|
| File match |
typings.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/typings-json/latest.json |
| Source | https://www.schemastore.org/typings.json |
Validate with Lintel
npx @lintel/lintel check
Properties
The entry point to the definition (canonical to "main" in NPM's package.json).
A string, or map of paths, to override during resolution. See spec: https://github.com/defunctzombie/package-browser-field-spec
The semver range this definition is typed for
Homepage url of the source package
Map of resolutions to install
Used as an alternative or to complement main, specify an array of files that are exported but aren't already part of the resolution from main.
Denote that this definition must be installed as global.
A message to emit to users after typings installation.
The name of the definition
A map of dependencies required by the project.
A map of dependencies required by the project during development.
A map of dependencies expected in the parent project for this dependency to work.
A map of global dependencies required by the project.
A map of global dependencies required by the project during development.