return {
	cmd = { "ngserver", "--stdio" },
	root_markers = { "angular.json" },
	filetypes = {
		"html",
		"htmlangular",
		"typescript",
		"typescriptreact",
		"typescript.tsx",
	},
}