mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
9 lines
No EOL
118 B
JSON
9 lines
No EOL
118 B
JSON
{
|
|
"extends": "../shared.tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |