{
	"$schema": "https://json.schemastore.org/tsconfig",
	"display": "TypeScript configuration for applications that use TanStack",
	"extends": "./tsconfig.react.json",
	"compilerOptions": {
		// Language and Environment
		"target": "es2022",
		"lib": ["es2022", "dom", "dom.iterable"],

		// Emit
		"noEmit": true
	}
}
