mirror of
https://github.com/danog/code-server.git
synced 2025-01-07 05:18:29 +01:00
eae5d8c807
8 lines
120 B
JSON
8 lines
120 B
JSON
{
|
|||
"extends": "../../shared.tsconfig.json",
|
|||
"compilerOptions": {
|
|||
"resolveJsonModule": true,
|
|||
"outDir": "./out"
|
|||
}
|
|||
}
|