mirror of
https://github.com/Microsoft/vscode
synced 2024-10-31 07:52:49 +00:00
13 lines
No EOL
184 B
JSON
13 lines
No EOL
184 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"outDir": "./out",
|
|
"noUnusedLocals": true,
|
|
"sourceMap": true,
|
|
"lib": [
|
|
"es2016"
|
|
],
|
|
"strict": true
|
|
}
|
|
} |