mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:35:37 -05:00
16 lines
201 B
JSON
16 lines
201 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"outDir": "./out",
|
|
"lib": [
|
|
"es6",
|
|
"es2015.promise",
|
|
"dom"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|