mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 17:23:19 -05:00
* Revert "Revert "Remove typings and replace missing methods with vscodes (#8217)" (#8240)"
This reverts commit e801a04bcf.
* fix runtime error
* add tests for chartview
34 lines
536 B
JSON
34 lines
536 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": false,
|
|
"outDir": "../out",
|
|
"target": "es2017",
|
|
"lib": [
|
|
"dom",
|
|
"es5",
|
|
"es2015.iterable"
|
|
],
|
|
"types": [
|
|
"keytar",
|
|
"mocha",
|
|
"semver",
|
|
"sinon",
|
|
"winreg"
|
|
]
|
|
},
|
|
"include": [
|
|
"./typings",
|
|
"./vs",
|
|
"./sql"
|
|
],
|
|
"exclude": [
|
|
"./typings/require-monaco.d.ts",
|
|
"./typings/xterm.d.ts",
|
|
"./typings/xterm-addon-search.d.ts",
|
|
"./typings/xterm-addon-web-links.d.ts"
|
|
]
|
|
}
|