mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 06:54:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			330 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			330 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"search.exclude": {
 | 
						|
		"**/node_modules": true
 | 
						|
	},
 | 
						|
	"typescript.tsdk": "node_modules/typescript/lib",
 | 
						|
	"files.associations": {
 | 
						|
		"*.test.ts": "typescript"
 | 
						|
	},
 | 
						|
	"jest.jestCommandLine": "pnpm run jest",
 | 
						|
	"jest.runMode": "on-demand",
 | 
						|
	"editor.codeActionsOnSave": {
 | 
						|
		"source.fixAll": "explicit"
 | 
						|
	},
 | 
						|
	"editor.formatOnSave": false
 | 
						|
}
 |