mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-03 20:34:40 +01:00 
			
		
		
		
	@@ -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
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user