Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/themyth92/winston-loggly-bulk-typings
- Owner: themyth92
- License: mit
- Created: 2019-09-18T04:21:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T00:43:44.000Z (over 2 years ago)
- Last Synced: 2024-10-12T06:28:29.764Z (about 1 month ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/*"]
}
}
```