simplify tsconfig (#11927)

This commit is contained in:
Anthony Dresser
2020-08-31 15:35:21 -07:00
committed by GitHub
parent 2692df3cc7
commit b6e45b69a6
2 changed files with 32 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ declare module 'azdata' {
/**
* Sets the trust mode for the notebook document.
*/
setTrusted(state: boolean);
setTrusted(state: boolean): void;
}
export interface IStandardKernel {