{
	"compilerOptions": {
		"jsx": "react-jsx",
		"paths": { "@components/*": ["src/components/*"] },
		"target": "ES2020",
		"module": "ESNext",
		"strict": true
	},
	"include": ["src/**/*", "components/**/*", "vite.config.ts"],
	"exclude": ["node_modules", "dist", "build"]
}
