mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
37 lines
604 B
JSON
37 lines
604 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "amd",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": false,
|
|
"target": "es5",
|
|
"experimentalDecorators": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": false,
|
|
"noImplicitThis": true,
|
|
"alwaysStrict": true,
|
|
"strictBindCallApply": true,
|
|
"strictNullChecks": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"vs/*": [
|
|
"./vs/*"
|
|
],
|
|
"sql/*": [
|
|
"./sql/*"
|
|
],
|
|
"sqltest/*": [
|
|
"./sqltest/*"
|
|
]
|
|
},
|
|
"types": [
|
|
"keytar",
|
|
"minimist",
|
|
"mocha",
|
|
"semver",
|
|
"sinon",
|
|
"winreg"
|
|
]
|
|
}
|
|
}
|