NuxtN
Nuxt3y ago
48 replies
Just Simeon

Create custom TypeScript types and make the available globally

Hello, as you can read in the Title I want to create custom TypeScript Types. In React I had a folder names "types" in the root Directory. And while I can do the same thing here and also import them, once I reload the Page I get
'/_nuxt/types/Message.ts' does not provide an export named 'Message'
is ther a way to fix this?
Was this page helpful?