feat(reporter-pino): first version of the package

This commit is contained in:
Joakim Carlstein 2023-12-07 14:36:30 +01:00
parent d916043061
commit 3619d86750
6 changed files with 433 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{
"extends": "@emigrate/tsconfig/build.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}