https://github.com/themyth92/winston-papertrail-typings
https://github.com/themyth92/winston-papertrail-typings
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/themyth92/winston-papertrail-typings
- Owner: themyth92
- License: mit
- Created: 2019-08-14T03:53:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T23:44:10.000Z (almost 3 years ago)
- Last Synced: 2025-03-10T07:47:48.496Z (about 2 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/*"]
}
}
```