From 3339eab69e558d9f4db0a6547bb75c6a77788461 Mon Sep 17 00:00:00 2001 From: Esdras Mayrink Date: Mon, 13 Mar 2017 22:10:20 -0300 Subject: [PATCH] Update README to explain how to use with typescript --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/readme.md b/readme.md index dcdfd85..d60fd9c 100644 --- a/readme.md +++ b/readme.md @@ -38,6 +38,20 @@ Currently only `eslint` is available. Please make sure `eslint` and npm i -g eslint eslint-plugin-vue ``` +## Typescript support + +You can use typescript by adding one of the following attributes/values to +your component's script tag: + +```html + + + +``` + +Choose one that works with your module bundler + + ## Contributing If your language is not getting highlighted open an issue or a PR with the fix.