Import syntax with v6 and TypeScript? #11040
-
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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Those docs are out of date, we removed that entry from our FAQ. We now support |
Beta Was this translation helpful? Give feedback.
Those docs are out of date, we removed that entry from our FAQ. We now support
import { Schema } from 'mongoose'
.