Fix esbuild & ts build issues

This commit is contained in:
Marcel Mraz 2025-03-24 14:15:03 +01:00
parent c82f486e88
commit cc2916215a
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
9 changed files with 66 additions and 31 deletions

View file

@ -1,13 +1,3 @@
interface Window {
EXCALIDRAW_EXPORT_SOURCE: string;
}
interface ImportMetaEnv {
MODE: string;
DEV: string;
PROD: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}
/// <reference types="vite/client" />
import "@excalidraw/excalidraw/global";
import "@excalidraw/excalidraw/css";