types
                                
                                 types copied to clipboard
                                
                                    types copied to clipboard
                            
                            
                            
                        TypeScript Type Definitions same as DefinitelyTyped.
@rxts/types
TypeScript Type Definitions same as DefinitelyTyped.
- Install
- Usage
- Link to @typesAutomatically
- Prefer Configuring Manually
 
- Link to 
- Changelog
- License
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.