mirror of
https://github.com/danog/code-server.git
synced 2024-12-14 10:17:19 +01:00
9 lines
121 B
JSON
9 lines
121 B
JSON
|
{
|
||
|
"extends": "../../shared.tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./out"
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*"
|
||
|
]
|
||
|
}
|