bcherny/json-schema-to-typescript

tsType use export from npm package

Open

#449 ouverte le 17 mai 2022

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)TypeScript (449 forks)github user discovery
enhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (3 302 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur