Skip to content

un-ts/types

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
May 20, 2022
May 20, 2022
Aug 30, 2022
May 22, 2022
Dec 1, 2024
May 20, 2022
May 20, 2022
Sep 20, 2019
May 20, 2022
May 22, 2022
Aug 28, 2021
Sep 20, 2019
May 20, 2022
Oct 29, 2019
Aug 28, 2021
May 20, 2022
Jan 28, 2020
Sep 20, 2019
Aug 28, 2021
Jan 1, 2025
May 20, 2022
May 20, 2022
May 20, 2022
Jan 1, 2025

Repository files navigation

@rxts/types

GitHub Actions Codacy Grade type-coverage GitHub release David Dev

Conventional Commits Renovate enabled JavaScript Style Guide Code Style: Prettier changesets

TypeScript Type Definitions same as DefinitelyTyped.

Install

# yarn
yarn add -D @d-ts/core

# npm
npm i -D @d-ts/core

Usage

Link to @types Automatically

# yarn
yarn add -D @d-ts/bin

# npm
npm i -D @d-ts/bin
// package.json
{
  "scripts": {
    "postinstall": "t"
  }
}

Prefer Configuring Manually

// tsconfig.json
{
  "compilerOptions": {
    "baseUrl": ".",
    "typeRoots": ["./node_modules/@types", "./node_modules/@d-ts"]
  }
}

Changelog

Detailed changes for each release are documented in CHANGELOG.md.

License

MIT © JounQin@1stG.me