mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* various clean ups * formatting * remove linting * formatting * IConfigurationService is even better * messing with connection config tests * update tests * formatting * foramtting * remove unused code * add more tests
16 lines
277 B
JSON
16 lines
277 B
JSON
{
|
|
"extends": "../shared.tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out",
|
|
"strict": false,
|
|
"alwaysStrict": false,
|
|
"noImplicitAny": false,
|
|
"noImplicitReturns": false,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|