mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
23 lines
442 B
JSON
23 lines
442 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "amd",
|
|
"moduleResolution": "classic",
|
|
"noImplicitAny": false,
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"target": "es5",
|
|
"sourceMap": false,
|
|
"experimentalDecorators": true,
|
|
"declaration": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": false,
|
|
"noImplicitThis": true,
|
|
"alwaysStrict": true,
|
|
"baseUrl": ".",
|
|
"outDir": "../out",
|
|
"typeRoots": [
|
|
"typings"
|
|
]
|
|
}
|
|
}
|