TSLint compliance

This commit is contained in:
hensm
2019-03-19 16:30:37 +00:00
parent 38f9db8e7b
commit 0449e3cdf3
5 changed files with 12 additions and 3 deletions

1
ext/src/global.d.ts vendored
View File

@@ -8,6 +8,7 @@ declare const APPLICATION_VERSION: string;
declare interface Object {
// tslint:disable-next-line:ban-types
wrappedJSObject: Object;
}