mirror of
https://github.com/coder/code-server.git
synced 2024-12-18 23:21:44 +03:00
8 lines
140 B
JSON
8 lines
140 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"declarationDir": "out",
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true
|
|
}
|
|
} |