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
This commit is contained in:
Benjin Dubishar
2019-12-04 15:02:55 -08:00
committed by GitHub
parent 9691fab917
commit a8818ab0df
13 changed files with 440 additions and 4 deletions

View File

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