mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 08:52:16 +01:00
9 lines
117 B
JSON
9 lines
117 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|