mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
Enable stricter compile options on extensions (#5044)
* enable stricter compile settings in extensions * more strict compile * formatting * formatting * revert some changes * formtting * formatting
This commit is contained in:
4
src/sql/azdata.proposed.d.ts
vendored
4
src/sql/azdata.proposed.d.ts
vendored
@@ -404,7 +404,7 @@ declare module 'azdata' {
|
||||
/**
|
||||
* options for all new server properties.
|
||||
*/
|
||||
options: {};
|
||||
options: { [key: string]: any };
|
||||
}
|
||||
|
||||
export interface DataProvider {
|
||||
@@ -4443,7 +4443,7 @@ declare module 'azdata' {
|
||||
* Mime bundle expected to contain mime type -> contents mappings.
|
||||
* This is dynamic and is controlled by kernels, so cannot be more specific
|
||||
*/
|
||||
data: {};
|
||||
data: { [key: string]: any };
|
||||
/**
|
||||
* Optional metadata, also a mime bundle
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user