mirror of
https://github.com/coder/code-server.git
synced 2024-12-05 07:13:06 +08:00
9da9ff2372
8 lines
120 B
JSON
8 lines
120 B
JSON
{
|
|||
"extends": "../../shared.tsconfig.json",
|
|||
"compilerOptions": {
|
|||
"resolveJsonModule": true,
|
|||
"outDir": "./out"
|
|||
}
|
|||
}
|