mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-16 10:39:53 +00:00
Add missing declare (fixes type errors on rebuild)
This commit is contained in:
2
global.d.ts
vendored
2
global.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
declare const __webpack_public_path__: string;
|
||||
|
||||
interface NodeModule {
|
||||
declare interface NodeModule {
|
||||
hot: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user