mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 17:49:52 +00:00
Use strict TypeScript, enable TSLint, update all types to work in strict mode.
This commit is contained in:
18
global.d.ts
vendored
18
global.d.ts
vendored
@@ -0,0 +1,18 @@
|
||||
declare const __webpack_public_path__: string;
|
||||
|
||||
interface NodeModule {
|
||||
hot: any;
|
||||
}
|
||||
|
||||
declare namespace JSX {
|
||||
interface Element { }
|
||||
interface IntrinsicElements { div: any; }
|
||||
}
|
||||
|
||||
declare module 'preact-i18n';
|
||||
declare module 'preact-material-components-drawer';
|
||||
declare module 'material-radial-progress';
|
||||
|
||||
declare module 'classnames' {
|
||||
export default function classnames(...args: any[]): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user