mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
16 lines
239 B
JSON
16 lines
239 B
JSON
{
|
|
"compilerOptions": {
|
|
"noLib": true,
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"sourceMap": true,
|
|
"sourceRoot": "../src",
|
|
"outDir": "./out"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"server",
|
|
"out",
|
|
"test/colorize-fixtures"
|
|
]
|
|
} |