mirror of
https://git.tuxpa.in/a/code-server.git
synced 2024-12-26 12:15:26 +00:00
8 lines
140 B
JSON
8 lines
140 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"declarationDir": "out",
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true
|
|
}
|
|
} |