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