mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 13:19:42 +00:00
10 lines
134 B
JSON
10 lines
134 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"outDir": "./out",
|
|
"lib": [
|
|
"es5", "es2015.promise"
|
|
]
|
|
}
|
|
} |