mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 17:22:29 -05:00
* removes more builder references * remove builder from profiler * formatting * fix profiler dailog * remove builder from oatuhdialog * remove the rest of builder references * formatting * add more strict null checks to base
25 lines
539 B
JSON
25 lines
539 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"strictNullChecks": true,
|
|
"moduleResolution": "classic"
|
|
},
|
|
"include": [
|
|
"./typings",
|
|
"./vs/vscode.d.ts",
|
|
"./vs/vscode.proposed.d.ts",
|
|
"./sql/azdata.d.ts",
|
|
"./sql/azdata.proposed.d.ts",
|
|
"./sql/base/**/*.ts",
|
|
"./sql/platform/angularEventing/**/*.ts",
|
|
"./sql/platform/clipboard/**/*.ts",
|
|
"./sql/platform/credentials/**/*.ts",
|
|
"./sql/platform/theme/**/*.ts",
|
|
"./sql/platform/telemetry/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules/**"
|
|
]
|
|
}
|