mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 01:25:36 -05:00
* Added azurehybridtoolkit to list of external extensions * Added updated book * added to recommended extensions * extensions.js updated for build * added small changes to extension * small changes to extension * tsconfig change * gitignore and vscode changes * changed package display name
19 lines
332 B
JSON
19 lines
332 B
JSON
{
|
|
"extends": "../shared.tsconfig.json",
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "./out",
|
|
"lib": [
|
|
"es6", "es2015.promise"
|
|
],
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|