mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
15 lines
187 B
JSON
15 lines
187 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"outDir": "./out",
|
|
"lib": [
|
|
"es6",
|
|
"es2015.promise"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|