mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			610 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			610 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"compilerOptions": {
 | 
						|
		"strict": true,
 | 
						|
		"allowUnusedLabels": false,
 | 
						|
		"allowUnreachableCode": false,
 | 
						|
		"exactOptionalPropertyTypes": true,
 | 
						|
		"noFallthroughCasesInSwitch": true,
 | 
						|
		"noImplicitOverride": true,
 | 
						|
		"noImplicitReturns": true,
 | 
						|
		"noPropertyAccessFromIndexSignature": true,
 | 
						|
		"noUncheckedIndexedAccess": true,
 | 
						|
		"noUnusedLocals": true,
 | 
						|
		"noUnusedParameters": true,
 | 
						|
		"checkJs": true,
 | 
						|
		"esModuleInterop": true,
 | 
						|
		"skipLibCheck": true,
 | 
						|
		"forceConsistentCasingInFileNames": true,
 | 
						|
		"jsx": "react",
 | 
						|
		"jsxFactory": "h"
 | 
						|
	},
 | 
						|
	"files": ["./generate.tsx", "./preload-locale.ts", "./preload-theme.ts"]
 | 
						|
}
 |