Open jjangga0214 opened 2 years ago
Per the documentation it looks like typescript typings are available after version 3.0.0
. Currently, 3.0.0-canary.1
and 3.0.0-canary.0
are available but not downloaded by default. If you want typescript typings out of the box you can run this command now, or wait for the canary to become the latest main version:
yarn add ms@3
or npm i ms@3.0.0-canary.1
Any tentative date for the release of v3?
Hi!
I faced this issue.
Currently, my project is written in typescript and to be compiled to CJS.
Reproduction
Info
Thanks!