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