1.0.1 • Published 3 years ago
@d-ts/core v1.0.1
@rxts/types
TypeScript Type Definitions same as DefinitelyTyped.
Install
# yarn
yarn add -D @d-ts/core
# npm
npm i -D @d-ts/coreUsage
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"]
  }
}