Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/themyth92/winston-loggly-bulk-typings

Type definition for typescript for winston-loggly-bulk
https://github.com/themyth92/winston-loggly-bulk-typings

Last synced: 18 days ago
JSON representation

Type definition for typescript for winston-loggly-bulk

Awesome Lists containing this project

README

        

## Winston Loggly Bulk Typings
- [Winston Loggly Bulk](https://github.com/loggly/winston-loggly-bulk) Typing
- Support V3 of winston loggly bulk

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

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