Import syntax with v6 and TypeScript? #11040
Answered
by
vkarpov15
aaronadamsCA
asked this question in
Q&A
|
I see this:
And then I see this:
And I'm wondering if someone can help me out. Did this limitation get fixed in v6? I know I've been bit by it before, even in TypeScript, but now I see TypeScript examples using non-default imports even in the docs, so I'm not sure what to think. |
Answered by
vkarpov15
Dec 7, 2021
Replies: 1 comment
|
Those docs are out of date, we removed that entry from our FAQ. We now support |
0 replies
Answer selected by
aaronadamsCA
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those docs are out of date, we removed that entry from our FAQ. We now support
import { Schema } from 'mongoose'.