mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
9 lines
130 B
JSON
9 lines
130 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"noLib": true,
|
|
"sourceMap": true,
|
|
"outDir": "../out"
|
|
}
|
|
} |