mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 12:47:14 +00:00
16 lines
182 B
JSON
16 lines
182 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"outDir": "./out",
|
|
"lib": [
|
|
"es2015"
|
|
],
|
|
"types": [
|
|
"node"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |