mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
This was causing the output's folder structure to be based on the root of the vscode project. This bring it in line with the other bundled extensions. Fixes #15184
12 lines
164 B
JSON
12 lines
164 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"outDir": "./out",
|
|
"noLib": true,
|
|
"sourceMap": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |