1.0.3 • Published 7 years ago

transvueify-plugin-typescript v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

transvueify-plugin-typescript

A transvueify plugin which transpiles your code using TypeScript.

First install transvueify-plugin-typescript

npm install transvueify-plugin-typescript --save-dev --g

Note the global flag - this is important.

Then add it to your transvueify.config.json

{
  "plugins": ["transvueify-plugin-typescript"]
}

Make sure to set up your tsconfig.json to include the compiler options you'd like as transvueify-plugin-typescript respects your tsconfig.json.