Archived
simplify tsconfig (#11927)
This commit is contained in:
Vendored
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user