23 lines
		
	
	
		
			485 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			485 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|     "target": "ESNext",
 | |
|     "jsx": "preserve",
 | |
|     "jsxImportSource": "solid-js",
 | |
|     "baseUrl": "./",
 | |
|     "module": "ESNext",
 | |
|     "moduleResolution": "node",
 | |
|     "paths": {
 | |
|       "@/*": ["./src/*"]
 | |
|     },
 | |
|     "resolveJsonModule": true,
 | |
|     "types": ["vite/client"],
 | |
|     "strict": true,
 | |
|     "noEmit": true,
 | |
|     "allowSyntheticDefaultImports": true,
 | |
|     "esModuleInterop": true,
 | |
|     "isolatedModules": true,
 | |
|     "skipLibCheck": true
 | |
|   },
 | |
|   "include": ["src"]
 | |
| }
 |