Add strict compiling for profiler service (#11898)

* add strict compiling for profiler

* fix up strict

* add contrib
This commit is contained in:
Anthony Dresser
2020-08-21 12:52:24 -07:00
committed by GitHub
parent 31323d6efb
commit 1b02fb6906
11 changed files with 248 additions and 163 deletions

2
src/sql/azdata.d.ts vendored
View File

@@ -2000,7 +2000,7 @@ declare module 'azdata' {
/**
* Event values
*/
values: {};
values: { [key: string]: any };
}
/**