Files
azuredatastudio/extensions/sql-database-projects/tsconfig.json
Benjin Dubishar a8818ab0df Initial commit of Database Projects extension (#8540)
* Initial commit of Database Projects extension

* Removing unused references, correcting license, tabs -> spaces in package.json

* cleaning up linter errors
2019-12-04 15:02:55 -08:00

15 lines
193 B
JSON

{
"extends": "../shared.tsconfig.json",
"compileOnSave": true,
"compilerOptions": {
"outDir": "./out",
"lib": [
"es6",
"es2015.promise"
]
},
"exclude": [
"node_modules"
]
}