// https://github.com/tsconfig/bases/blob/main/bases/vite-react.json
{
	"$schema": "https://json.schemastore.org/tsconfig",
	"display": "TypeScript configuration for React applications and libraries",
	"extends": "./tsconfig.base.json",
	"compilerOptions": {
		// Language and Environment
		"target": "es2022",
		"lib": ["es2022", "dom", "dom.iterable"],
		"jsx": "react-jsx"
	},
	"include": ["src"]
}
