mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
27 lines
425 B
JSON
27 lines
425 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "amd",
|
|
"moduleResolution": "classic",
|
|
"noImplicitAny": false,
|
|
"target": "es5",
|
|
"experimentalDecorators": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitThis": true,
|
|
"alwaysStrict": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"vs/*": [
|
|
"./vs/*"
|
|
]
|
|
},
|
|
"types": [
|
|
"keytar",
|
|
"minimist",
|
|
"mocha",
|
|
"semver",
|
|
"sinon",
|
|
"winreg"
|
|
]
|
|
}
|
|
} |