mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:43:07 +00:00
9 lines
118 B
JSON
9 lines
118 B
JSON
|
{
|
||
|
"extends": "../shared.tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./out"
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*"
|
||
|
]
|
||
|
}
|