neovim/snippets/package.json

14 lines
224 B
JSON

{
"name": "wonderfulfrog-snippets",
"contributes": {
"snippets": [
{
"language": [
"typescriptreact",
"typescript"
],
"path": "./typescript.json"
}
]
}
}