Skip to content

Commit

Permalink
feat: add hooks for ts and tsx #2
Browse files Browse the repository at this point in the history
  • Loading branch information
dlcastillop committed Sep 25, 2024
1 parent e1f7f5c commit afabace
Show file tree
Hide file tree
Showing 2 changed files with 1,808 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
{
"language": "javascriptreact",
"path": "./snippets/js.code-snippets"
},
{
"language": "typescript",
"path": "./snippets/ts.code-snippets"
},
{
"language": "typescriptreact",
"path": "./snippets/ts.code-snippets"
}
]
}
Expand Down
Loading

0 comments on commit afabace

Please sign in to comment.