mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 14:30:29 +03:00 
			
		
		
		
	* chore: Bump matrix-js-sdk to 34.4.0 * feat: Authenticated media support * chore: Use Vite PWA for service worker support * fix: Fix Vite PWA SW entry point Forget this. :P * fix: Also add Nginx rewrite for sw.js * fix: Correct Nginx rewrite * fix: Add Netlify redirect for sw.js Otherwise the generic SPA rewrite to index.html would take effect, breaking Service Worker. * fix: Account for subpath when regisering service worker * chore: Correct types
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			393 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			393 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "sourceMap": true,
 | 
						|
    "jsx": "react",
 | 
						|
    "target": "ES2016",
 | 
						|
    "module": "ES2020",
 | 
						|
    "allowJs": true,
 | 
						|
    "strict": true,
 | 
						|
    "esModuleInterop": true,
 | 
						|
    "moduleResolution": "Node",
 | 
						|
    "resolveJsonModule": true,
 | 
						|
    "outDir": "dist",
 | 
						|
    "skipLibCheck": true,
 | 
						|
    "lib": ["ES2016", "DOM"]
 | 
						|
  },
 | 
						|
  "exclude": ["node_modules", "dist"],
 | 
						|
  "include": ["src"]
 | 
						|
}
 |