Allow logger package to be publishable (#37)
This commit is contained in:
8
packages/logger/tsconfig.build.json
Normal file
8
packages/logger/tsconfig.build.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"declarationDir": "out",
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user