mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix esbuild & ts build issues
This commit is contained in:
parent
c82f486e88
commit
cc2916215a
9 changed files with 66 additions and 31 deletions
16
packages/common/global.d.ts
vendored
16
packages/common/global.d.ts
vendored
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue