mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 03:58:33 -05:00
Merge from vscode 64980ea1f3f532c82bb6c28d27bba9ef2c5b4463 (#7206)
* Merge from vscode 64980ea1f3f532c82bb6c28d27bba9ef2c5b4463 * fix config changes * fix strictnull checks
This commit is contained in:
@@ -5,12 +5,11 @@
|
||||
"preserveConstEnums": true,
|
||||
"sourceMap": false,
|
||||
"outDir": "../out",
|
||||
"target": "es6",
|
||||
"target": "es2017",
|
||||
"lib": [
|
||||
"dom",
|
||||
"es5",
|
||||
"es2015.iterable",
|
||||
"webworker"
|
||||
"es2015.iterable"
|
||||
],
|
||||
"types": [
|
||||
"keytar",
|
||||
@@ -27,6 +26,9 @@
|
||||
"./sqltest"
|
||||
],
|
||||
"exclude": [
|
||||
"./typings/require-monaco.d.ts"
|
||||
"./typings/require-monaco.d.ts",
|
||||
"./typings/xterm.d.ts",
|
||||
"./typings/xterm-addon-search.d.ts",
|
||||
"./typings/xterm-addon-web-links.d.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user