vue-cli-plugin-tsx-support
Version:
Enable TSX support for Vue.js
25 lines (24 loc) • 499 B
JSON
{
"name": "vue-cli-plugin-tsx-support",
"version": "0.4.1",
"description": "Enable TSX support for Vue.js",
"main": "index.js",
"keywords": [
"jsx",
"tsx",
"typescript",
"vue",
"vue.js",
"vue-cli-plugin"
],
"author": "Chanlito Hem <chanlitohem@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chanlito/vue-cli-plugin-tsx-support"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
}
}