https://github.com/un-ts/types
TypeScript Type Definitions same as DefinitelyTyped.
https://github.com/un-ts/types
types typescript typescript-definitions typings
Last synced: 23 days ago
JSON representation
TypeScript Type Definitions same as DefinitelyTyped.
- Host: GitHub
- URL: https://github.com/un-ts/types
- Owner: un-ts
- License: mit
- Created: 2017-01-27T13:40:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T13:30:05.000Z (over 1 year ago)
- Last Synced: 2024-04-13T22:06:42.600Z (over 1 year ago)
- Topics: types, typescript, typescript-definitions, typings
- Language: TypeScript
- Homepage: https://types.vercel.app
- Size: 1.28 MB
- Stars: 29
- Watchers: 3
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @rxts/types
[](https://github.com/rx-ts/types/actions/workflows/ci.yml)
[](https://www.codacy.com/gh/rx-ts/types)
[](https://github.com/plantain-00/type-coverage)
[](https://github.com/rx-ts/types/releases)
[](https://david-dm.org/rx-ts/types?type=dev)[](https://conventionalcommits.org)
[](https://renovatebot.com)
[](https://standardjs.com)
[](https://github.com/prettier/prettier)
[](https://github.com/atlassian/changesets)> TypeScript Type Definitions same as DefinitelyTyped.
- [Install](#install)
- [Usage](#usage)
- [Link to `@types` Automatically](#link-to-types-automatically)
- [Prefer Configuring Manually](#prefer-configuring-manually)
- [Changelog](#changelog)
- [License](#license)## Install
```sh
# yarn
yarn add -D @d-ts/core# npm
npm i -D @d-ts/core
```## Usage
### Link to `@types` Automatically
```sh
# yarn
yarn add -D @d-ts/bin# npm
npm i -D @d-ts/bin
``````jsonc
// package.json
{
"scripts": {
"postinstall": "t"
}
}
```### Prefer Configuring Manually
```jsonc
// tsconfig.json
{
"compilerOptions": {
"baseUrl": ".",
"typeRoots": ["./node_modules/@types", "./node_modules/@d-ts"]
}
}
```## Changelog
Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.md).
## License
[MIT][] © [JounQin][]@[1stG.me][]
[1stg.me]: https://www.1stg.me
[jounqin]: https://GitHub.com/JounQin
[mit]: http://opensource.org/licenses/MIT