D
Deno
K
Deno
β’
4y ago
β’
1 reply
kemicofa
How to import Definitely Typed modules into Deno project?
I
'm trying to include a definitely typed module into the deno project
, so that the types are available globally
.
In this case
, I
'm trying to include
@types
/three and I
've tried various ideas including
:
/// <
reference
types
=
'npm:@types/three'
/>
/// <
reference
types
=
'npm:@types/three'
/>
But that doesn
't seem to be working
. I
'm not trying to include the three
.js codebase
, only the types
.
Any idea on how to do this properly
?
Deno
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
How to import qstash into deno edge function?
D
davecancode / help
2y ago
Importing deno modules with import maps
S
sachaw / help
2y ago
Node.JS project to import Deno project in a workspace
G
gbaranski / help
17mo ago