-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Description
Describe the bug
A nuxt project with @nuxt/typescript-build
doesn't seem to load *.ts
files in /store
.
To Reproduce
Steps to reproduce the behavior:
- Set up a new nuxt+ts project using
create-nuxt-app
- Create some store modules in
*.ts
files (even used the one from the docs). - See the module not being loaded (not in the template, not in devtools)
- Change the file extension to
*.js
. Then, the file gets properly loaded.
Expected behavior
Nuxt to autoload store modules in *.ts
files.
Additional context
I gave #219 suggestions a go with no success.
Happy to provide additional context if needed :)
Thank you! 🤗
Metadata
Metadata
Assignees
Labels
No labels