mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
13 lines
159 B
JSON
13 lines
159 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"outDir": "./out",
|
|
"sourceMap": true,
|
|
"lib": [
|
|
"es5",
|
|
"es2015.promise"
|
|
]
|
|
}
|
|
}
|