mirror of
https://github.com/danog/code-server.git
synced 2024-12-12 09:19:50 +01:00
11 lines
168 B
JSON
11 lines
168 B
JSON
{
|
|
"extends": "../../shared.tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out",
|
|
"sourceMap": true,
|
|
"sourceRoot": "../src"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |