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