mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Reenable strict null checks (#6716)
* add some patches for strict null * renable strict null checks
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"strictNullChecks": true,
|
||||
"noImplicitAny": true,
|
||||
"suppressImplicitAnyIndexErrors": true,
|
||||
"moduleResolution": "classic"
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": [
|
||||
"./typings",
|
||||
@@ -22,8 +22,5 @@
|
||||
"./sql/platform/credentials/**/*.ts",
|
||||
"./sql/platform/theme/**/*.ts",
|
||||
"./sql/platform/telemetry/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules/**"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user