mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 01:25:38 -05:00
* Merge from vscode 4636be2b71c87bfb0bfe3c94278b447a5efcc1f1 * remove tests that aren't working
35 lines
568 B
JSON
35 lines
568 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/es6-promise.d.ts",
|
|
"./typings/require-monaco.d.ts",
|
|
"./typings/xterm.d.ts",
|
|
"./typings/xterm-addon-search.d.ts",
|
|
"./typings/xterm-addon-web-links.d.ts"
|
|
]
|
|
}
|