mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 14:30:29 +03:00 
			
		
		
		
	* Add vite, typescript and prettier * Configure vite * Fix tsconfig error * Fix manifest json * Move manifest json to root * Bug fix * Move back manifest json to public
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "editor.formatOnSave": true,
 | 
						|
  "editor.defaultFormatter": "esbenp.prettier-vscode",
 | 
						|
  "typescript.tsdk": "node_modules/typescript/lib"
 | 
						|
}
 |