mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-26 12:44:05 +00:00
19 lines
274 B
JSON
19 lines
274 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"es2015.promise"
|
|
],
|
|
"outDir": "./out",
|
|
"strictNullChecks": true,
|
|
"noImplicitAny": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"server",
|
|
"out",
|
|
"test/colorize-fixtures"
|
|
]
|
|
} |