mirror of https://git.tuxpa.in/a/code-server.git
11 lines
168 B
JSON
11 lines
168 B
JSON
|
{
|
||
|
"extends": "../../shared.tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./out",
|
||
|
"sourceMap": true,
|
||
|
"sourceRoot": "../src"
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*"
|
||
|
]
|
||
|
}
|