We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939436f commit 5ed712fCopy full SHA for 5ed712f
packages/vite/types/importGlob.d.ts
@@ -42,6 +42,7 @@ export type GeneralImportGlobOptions = ImportGlobOptions<boolean, string>
42
* the Worker interface will be merged correctly.
43
*/
44
declare global {
45
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
46
interface Worker {}
47
}
48
0 commit comments