Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcoin-org/bts-type-deps
Vendored Typescript type dependencies
https://github.com/bcoin-org/bts-type-deps
Last synced: 6 days ago
JSON representation
Vendored Typescript type dependencies
- Host: GitHub
- URL: https://github.com/bcoin-org/bts-type-deps
- Owner: bcoin-org
- Created: 2023-06-13T11:28:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-28T15:08:12.000Z (over 1 year ago)
- Last Synced: 2024-10-31T20:42:16.663Z (12 days ago)
- Language: JavaScript
- Size: 401 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Typescript type dependencies
============================This package vendors type dependencies for the handshake (e.g. @types/node).
This is part of the initiative to enable `typescript` type linting for
the `jsdoc`. Introducing [tsconfig.json](./tsconfig.template.json) and enabling
`checkJs` and `allowJs`, allows us to add additional type safety.## Generating d.ts files
If you are interested in d.ts file and `npm run lint-types` does not return
error for the ported projects, you can use:
`tsc -p . --noEmit false --emitDeclarationOnly --declaration --removeComments --outDir ts-types`