mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-03 14:03:18 -05: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/**/*"
 | 
						|
    ]
 | 
						|
} |