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