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