Hello, did someone manage to use the generated `d....
# javascript
g
Hello, did someone manage to use the generated
d.ts
file in a react app for example? Basically, what I don’t understand is that it declares the root project as a
namespace
instead of a
module
so when I try to import use the
d.ts
and import my module I get the error
lib.d.ts is not a module
.
d
g
Awesome, it is exactly that. Thank you!