We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey ! Love the package thanks for the work ! I'm using it in a nextjs app with Typescript and I get this error during import
I'm using time-delta": "^1.0.0 I've tried running the types command npm i -D @types/time-delta but I get a 404.
time-delta": "^1.0.0
npm i -D @types/time-delta
any chance someone can give me a hand? Cheers from 🇫🇷
The text was updated successfully, but these errors were encountered:
I am running into the same issue for the de locale.
Sorry, something went wrong.
Adding a file types.d.ts with
types.d.ts
declare module "time-delta/locales/de";
as content helped, after I started npm start again. Sure that it works for French as well.
npm start
See https://blog.atomist.com/declaration-file-fix/ Solution # 4
No branches or pull requests
Hey ! Love the package thanks for the work ! I'm using it in a nextjs app with Typescript and I get this error during import
I'm using
time-delta": "^1.0.0
I've tried running the types command
npm i -D @types/time-delta
but I get a 404.any chance someone can give me a hand?
Cheers from 🇫🇷
The text was updated successfully, but these errors were encountered: