mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 21:28:04 +00:00
13 lines
184 B
JSON
13 lines
184 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"outDir": "./out",
|
|
"noUnusedLocals": true,
|
|
"sourceMap": true,
|
|
"lib": [
|
|
"es2016"
|
|
],
|
|
"strict": true
|
|
}
|
|
} |