DefinitelyTyped/tools

Under construction

A monorepo for formerly disparate DefinitelyTyped-related tools:

Local development

This is a monorepo managed with lerna. After cloning, run npm install. lerna bootstrap will be run automatically to install dependencies in each of the individual packages.

Testing

All packages use jest, with a single configuration set up to be run from the monorepo root. npm test is an alias for jest, so you can run tests with any of jests CLI options. For example, to run tests for a single package:

npm test -- packages/utils
Description
Infrastructure for DefinitelyTyped
Readme MIT 9.2 MiB
Languages
TypeScript 96.3%
JavaScript 3.7%