Fix TS snippets

TS snippets now live in ts-basics instead of the regular ts extension
This commit is contained in:
Matt Bierner
2018-02-27 11:20:34 -08:00
parent ce02d1d7f5
commit e694de979f
2 changed files with 11 additions and 11 deletions

View File

@@ -56,5 +56,15 @@
}
}
]
}
},
"snippets": [
{
"language": "typescript",
"path": "./snippets/typescript.json"
},
{
"language": "typescriptreact",
"path": "./snippets/typescript.json"
}
]
}