mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
parent
a8064ba3ee
commit
49f15c736b
2 changed files with 0 additions and 25 deletions
|
@ -1,5 +0,0 @@
|
|||
if (process.env.NODE_ENV !== "development") {
|
||||
import("./dist/dev/index.js");
|
||||
} else {
|
||||
import("./dist/prod/index.js");
|
||||
}
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
"include": ["./**/*"],
|
||||
"exclude": ["**/*.test.*", "tests", "types"],
|
||||
"compilerOptions": {
|
||||
"types": ["vite/client", "vite-plugin-svgr/client"],
|
||||
"allowJs": true,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"outDir": "types",
|
||||
"jsx": "react-jsx",
|
||||
"target": "es6",
|
||||
"lib": ["dom", "dom.iterable", "esnext"],
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue