mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 01:25:37 -05:00
30 lines
536 B
JSON
30 lines
536 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"
|
|
],
|
|
"types": [
|
|
"mocha"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"../out",
|
|
"../out-build",
|
|
"../out-vscode"
|
|
]
|
|
} |