minor build changes

This commit is contained in:
zsviczian
2024-08-29 20:24:59 +02:00
parent e1501165d9
commit c0e9a0553e
8 changed files with 22 additions and 52 deletions

View File

@@ -28,6 +28,7 @@ export type DeviceType = {
declare global {
interface Window {
ExcalidrawAutomate: ExcalidrawAutomate;
pdfjsLib: any;
}
}