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