0.0.3 • Published 11 months ago

bts-type-deps v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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 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

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago