3 changed files with 23 additions and 1 deletions
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
/// <reference types="vite/client" />
|
||||
import "../excalidraw/global"; |
||||
import "../excalidraw/css"; |
||||
@ -0,0 +1,16 @@
@@ -0,0 +1,16 @@
|
||||
{ |
||||
"compilerOptions": { |
||||
"target": "ESNext", |
||||
"strict": true, |
||||
"outDir": "dist", |
||||
"skipLibCheck": true, |
||||
"declaration": true, |
||||
"emitDeclarationOnly": true, |
||||
"allowSyntheticDefaultImports": true, |
||||
"module": "ESNext", |
||||
"moduleResolution": "Node", |
||||
"resolveJsonModule": true, |
||||
"jsx": "react-jsx" |
||||
}, |
||||
"exclude": ["**/*.test.*", "**/tests/*", "types", "dist"] |
||||
} |
||||
Loading…
Reference in new issue