wagerfield / nuxt-typescript

TypeScript module for Nuxt
MIT License
90 stars 11 forks source link

Support .ts and .tsx files in Nuxt's pages directory #4

Open wagerfield opened 6 years ago

wagerfield commented 6 years ago

Currently Nuxt doesn't pick up page components with .ts or .tsx file extensions (nor does it pick up .jsx).

See here: https://github.com/nuxt/nuxt.js/issues/3256#issuecomment-392460908

dkushner commented 6 years ago

@wagerfield hey there! Currently running into this issue myself, wondering what the status of this feature is and if I can lend a hand anywhere?

wagerfield commented 6 years ago

I saw that this issue was closed in Nuxt a few days ago, but I don't think it's been resolved yet, so I will reopen and possibly put in a PR to support this. Will let you know when I have done so.