1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2024-12-26 20:25:25 +00:00
code-server-2/packages/logger/tsconfig.build.json

8 lines
140 B
JSON
Raw Normal View History

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