mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
27
jsconfig.json
Normal file
27
jsconfig.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
// 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",
|
||||
"out-editor",
|
||||
"out-editor-min",
|
||||
"out-monaco-editor-core",
|
||||
"resources",
|
||||
"scripts",
|
||||
".build",
|
||||
"node_modules",
|
||||
"build/monaco/node_modules"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user