blob: 63a61c6c3a8fa2310b1d2c6a5371e3ae90779057 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
return {
cmd = { "ngserver", "--stdio" },
root_markers = { "angular.json" },
filetypes = {
"html",
"htmlangular",
"typescript",
"typescriptreact",
"typescript.tsx",
},
}
|