mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
61f16319ab
- 'better-merge' command and setting namespace replaced with 'merge-conflict' - Configuration settings from extension replaced with single 'merge-conflicts.enabled' : boolean setting
15 lines
213 B
JSON
15 lines
213 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"lib": [
|
|
"es2016"
|
|
],
|
|
"module": "commonjs",
|
|
"outDir": "./out",
|
|
"strictNullChecks": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|