mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 05:37:45 +00:00
12 lines
178 B
JSON
12 lines
178 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"outDir": "./out",
|
|
"noUnusedLocals": true,
|
|
"lib": [
|
|
"es5", "es2015.promise"
|
|
],
|
|
"strict": true
|
|
}
|
|
} |