mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
* Merge from vscode a234f13c45b40a0929777cb440ee011b7549eed2 * update distro * fix layering * update distro * fix tests
31 lines
426 B
JSON
31 lines
426 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"
|
|
]
|
|
}
|