{
	"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft-plugin.schema.json",

	"taskPlugins": [
		{
			"pluginName": "heft-esbuild-plugin",
			"entryPoint": ".",
			"optionsSchema": "./src/esbuild.schema.json"
		}
	]
}
