bcherny/json-schema-to-typescript

tsType use export from npm package

Open

#449 aperta il 17 mag 2022

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)TypeScript (449 fork)github user discovery
enhancementgood first issuehelp wanted

Metriche repository

Star
 (3302 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor