code-server/packages/logger/tsconfig.build.json

8 lines
140 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
"compilerOptions": {
"declarationDir": "out",
"declaration": true,
"emitDeclarationOnly": true
}
}