dayjs / dayjs-website

⏰Day.js website repo
http://day.js.org/
MIT License
65 stars 228 forks source link

Update typescript.md #16

Closed alaindet closed 4 years ago

alaindet commented 4 years ago

Changing from

import * as dayjs from 'dayjs';

to

import dayjs from 'dayjs';

was the only way I was able to use dayjs in an Angular 10 app. No other way worked, including changing the compilerOptions

iamkun commented 4 years ago

This might not a proper change. But you can share a test repo to us to debug it deeply.

iamkun commented 4 years ago

I'll close this since it's been a while since it's been opened. Feel free to reopen if you have updates on this