0.1.0 • Published 4 years ago

@tetsuo/dts v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

dts

custom type repository for avoiding DefinitelyTyped bureucracy.

npm i @tetsuo/dts -D

Usage

You can add it to the include section of your tsconfig.json file:

{
  "include": ["src/*", "node_modules/@tetsuo/dts/**/*"]
}