bcherny/json-schema-to-typescript

tsType use export from npm package

Open

#449 aberto em 17 de mai. de 2022

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (449 forks)github user discovery
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (3.302 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

I see from this issue that using tsType with packages seems to be possible. However I cannot seem to get this to work. The import I want to define is

import { StreamableFile } from "@nestjs/common";

The examples here only give basic examples of inbuilt Node exports

Guia do colaborador