mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
add jsconfig.json
This commit is contained in:
23
jsconfig.json
Normal file
23
jsconfig.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=759670
|
||||
// for the documentation about the jsconfig.json format
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"module": "commonjs",
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"exclude": [
|
||||
"src",
|
||||
"extensions",
|
||||
"test",
|
||||
"i18n",
|
||||
"out",
|
||||
"out-build",
|
||||
"out-vscode",
|
||||
"out-vscode-min",
|
||||
"resources",
|
||||
"scripts",
|
||||
".build",
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user