mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
14 lines
214 B
JSON
14 lines
214 B
JSON
{
|
|
"extends": "../shared.tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out",
|
|
// "experimentalDecorators": true,
|
|
// "typeRoots": [
|
|
// "./node_modules/@types"
|
|
// ]
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|