{
	"extends": "@vue/tsconfig/tsconfig.dom.json",
	"compilerOptions": {
		"target": "esnext",
		"module": "esnext",
		"strict": true,
		"jsx": "preserve",
		"moduleResolution": "node",
		"emitDecoratorMetadata": true,
		"experimentalDecorators": true,
		"skipLibCheck": true,
		"allowJs": true,
		"esModuleInterop": true,
		"allowSyntheticDefaultImports": true,
		"forceConsistentCasingInFileNames": true,
		"useDefineForClassFields": true,
		"sourceMap": true,
		"ignoreDeprecations": "5.0",
		"baseUrl": ".",
		"types": [
			"webpack-env",
			"vite/client",
			"@types/dom-screen-wake-lock",
			"vue3-marquee/dist/vue3-marquee.d.ts"
		],
		"paths": {
			"@/*": [
				"src_front/*"
			]
		},
		"lib": [
			"esnext",
			"dom",
			"dom.iterable",
			"scripthost"
		]
	},
	"include": [
		"src_front/**/*.ts",
		"src_front/**/*.tsx",
		"src_front/**/*.vue",
		"tests/**/*.ts",
		"tests/**/*.tsx"
	],
	"exclude": [
		"node_modules",
		"server"
	],
	"references": [
		{
			"path": "./tsconfig.vite-config.json"
		}
	]
}