14 lines
224 B
JSON
14 lines
224 B
JSON
{
|
|
"name": "wonderfulfrog-snippets",
|
|
"contributes": {
|
|
"snippets": [
|
|
{
|
|
"language": [
|
|
"typescriptreact",
|
|
"typescript"
|
|
],
|
|
"path": "./typescript.json"
|
|
}
|
|
]
|
|
}
|
|
}
|