mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	* refactor: deprecate i18n.t * revert: deprecate i18n.t This reverts commit 7dbf873a2f745040ee723df5db659acacff84e12. * chore: reimpl
		
			
				
	
	
		
			53 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"compilerOptions": {
 | 
						|
		"allowJs": true,
 | 
						|
		"noEmitOnError": false,
 | 
						|
		"noImplicitAny": false,
 | 
						|
		"noImplicitReturns": true,
 | 
						|
		"noUnusedParameters": false,
 | 
						|
		"noUnusedLocals": false,
 | 
						|
		"noFallthroughCasesInSwitch": true,
 | 
						|
		"declaration": false,
 | 
						|
		"sourceMap": false,
 | 
						|
		"target": "ES2022",
 | 
						|
		"module": "nodenext",
 | 
						|
		"moduleResolution": "nodenext",
 | 
						|
		"removeComments": false,
 | 
						|
		"noLib": false,
 | 
						|
		"strict": true,
 | 
						|
		"strictNullChecks": true,
 | 
						|
		"experimentalDecorators": true,
 | 
						|
		"resolveJsonModule": true,
 | 
						|
		"allowSyntheticDefaultImports": true,
 | 
						|
		"isolatedModules": true,
 | 
						|
		"useDefineForClassFields": true,
 | 
						|
		"baseUrl": ".",
 | 
						|
		"paths": {
 | 
						|
			"@/*": ["./src/*"]
 | 
						|
		},
 | 
						|
		"typeRoots": [
 | 
						|
			"./@types",
 | 
						|
			"./node_modules/@types",
 | 
						|
			"./node_modules/@vue-macros",
 | 
						|
			"./node_modules"
 | 
						|
		],
 | 
						|
		"types": [
 | 
						|
			"vite/client",
 | 
						|
			"vitest/importMeta",
 | 
						|
		],
 | 
						|
		"lib": [
 | 
						|
			"esnext",
 | 
						|
			"dom"
 | 
						|
		],
 | 
						|
		"jsx": "preserve"
 | 
						|
	},
 | 
						|
	"compileOnSave": false,
 | 
						|
	"include": [
 | 
						|
		".eslintrc.js",
 | 
						|
		"./**/*.ts",
 | 
						|
		"./**/*.vue"
 | 
						|
	],
 | 
						|
	"exclude": [
 | 
						|
		".storybook/**/*"
 | 
						|
	]
 | 
						|
}
 |