Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No type support for .tz #68

Open
e-lobo opened this issue Aug 30, 2020 · 1 comment
Open

No type support for .tz #68

e-lobo opened this issue Aug 30, 2020 · 1 comment

Comments

@e-lobo
Copy link

e-lobo commented Aug 30, 2020

No typescript support when we activate timezone support.

Copy link
Member

farnabaz commented Feb 3, 2021

Hey,
Sorry for the late response, add moment-timezone to types array inside tsconfig.json file

{
  // ...
  "compilerOptions": {
    // ...
    "types": [
      "@nuxt/types",
      "@nuxtjs/moment",
      "moment-timezone"
    ]
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants