mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	merge: Fix frontend TS configs (!725)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/725 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
		
						commit
						1906dbe1dc
					
				
					 2 changed files with 9 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -34,7 +34,7 @@
 | 
			
		|||
			"./node_modules"
 | 
			
		||||
		],
 | 
			
		||||
		"types": [
 | 
			
		||||
			"vite/client",
 | 
			
		||||
			"vite/client"
 | 
			
		||||
		],
 | 
			
		||||
		"lib": [
 | 
			
		||||
			"esnext",
 | 
			
		||||
| 
						 | 
				
			
			@ -45,8 +45,9 @@
 | 
			
		|||
	},
 | 
			
		||||
	"compileOnSave": false,
 | 
			
		||||
	"include": [
 | 
			
		||||
		"./**/*.ts",
 | 
			
		||||
		"./**/*.vue"
 | 
			
		||||
		"./src/**/*.ts",
 | 
			
		||||
		"./src/**/*.vue",
 | 
			
		||||
		"./@types/**/*.ts"
 | 
			
		||||
	],
 | 
			
		||||
	"exclude": [
 | 
			
		||||
		"node_modules",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -46,8 +46,11 @@
 | 
			
		|||
	},
 | 
			
		||||
	"compileOnSave": false,
 | 
			
		||||
	"include": [
 | 
			
		||||
		"./**/*.ts",
 | 
			
		||||
		"./**/*.vue"
 | 
			
		||||
		"./src/**/*.ts",
 | 
			
		||||
		"./src/**/*.vue",
 | 
			
		||||
		"./test/**/*.ts",
 | 
			
		||||
		"./test/**/*.vue",
 | 
			
		||||
		"./@types/**/*.ts"
 | 
			
		||||
	],
 | 
			
		||||
	"exclude": [
 | 
			
		||||
		"node_modules",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue