mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 05:31:10 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			563 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			563 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "compilerOptions": {
 | |
|         "target": "esnext",
 | |
|         "module": "esnext",
 | |
|         "moduleResolution": "node",
 | |
|         "strict": true,
 | |
|         "jsx": "preserve",
 | |
|         "sourceMap": true,
 | |
|         "resolveJsonModule": true,
 | |
|         "esModuleInterop": true,
 | |
|         "lib": [
 | |
|             "esnext",
 | |
|             "dom"
 | |
|         ],
 | |
|         "types": [
 | |
|             "vite/client"
 | |
|         ],
 | |
|         "baseUrl": ".",
 | |
|         "paths": {
 | |
|             "@/*": [
 | |
|                 "resources/*"
 | |
|             ]
 | |
|         }
 | |
|     },
 | |
|     "include": [
 | |
|         "resources/**/*"
 | |
|     ]
 | |
| } |