TypeScript Type Definitions same as DefinitelyTyped.
# yarn
yarn add -D @d-ts/core
# npm
npm i -D @d-ts/core
# yarn
yarn add -D @d-ts/bin
# npm
npm i -D @d-ts/bin
// package.json
{
"scripts": {
"postinstall": "t"
}
}
// tsconfig.json
{
"compilerOptions": {
"baseUrl": ".",
"typeRoots": ["./node_modules/@types", "./node_modules/@d-ts"]
}
}
Detailed changes for each release are documented in CHANGELOG.md.