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