An open API service indexing awesome lists of open source software.

https://github.com/themyth92/winston-papertrail-typings


https://github.com/themyth92/winston-papertrail-typings

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

## Winston Papertrail Typings
- [Winston Papertrail](https://github.com/kenperkins/winston-papertrail) Typing
- Copy from https://github.com/sgronblo/winston-papertrail-declaration with some small modification.

## Command
- `npm install @ts-typings/winston-papertrail`
- Include custom types in your tsconfig. I.e:

```
"compilerOptions": {
...
"baseUrl": "./",
"paths": {
"*": ["node_modules/@ts-typings/*"]
}
}
```