Kitura
Executable having trouble with types
Have you tried importing the types using @deno-types?
https://docs.deno.com/runtime/fundamentals/node/#importing-types
11 replies
To use @types/react, do I have to prefix all my React imports with // @deno-types ?
It looks like Typescript has
compilerOptions.types
to automatically resolve @types
packages. Maybe Deno could use the same feature? https://www.typescriptlang.org/tsconfig/#types7 replies