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