@tetsuo/dts
v0.1.0
Published
custom type repository for avoiding DefinitelyTyped bureucracy.
Downloads
2
Readme
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/**/*"]
}