{
	"extends": "@wp-reactor/config-tsconfig/react-lib.json",
	"include": ["**/*.ts", "**/*.tsx"],
	"//": "blocks/ = fichiers éditeur Gutenberg (territoire du thème WP, toolchain @wordpress/*), hors compilation webapp.",
	"exclude": ["node_modules", "blocks"],
	"compilerOptions": {
		"types": ["vite/client", "react", "react-dom"],
		"paths": {
			"@/*": ["./src/*"]
		}
	}
}
