andywer / andywer/threads.js

error TS7016: Could not find a declaration file for module 'threads'

Abierto
#462 1 comentario 2 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
TypeScript
Estrellas
3.5k
Forks
173
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

I am not sure how to configure my node app to support TypeScript when using this package. The compiler complain:
> error TS7016: Could not find a declaration file for module 'threads'. 'node_modules/threads/index.mjs' implicitly has an 'any' type.
Try `npm i --save-dev @types/threads` if it exists or add a new declaration (.d.ts) file containing `declare module 'threads';`,

I have tried both of those things, neither work. I am using `npx nodemon src/index.ts` to run my app and the `threads.d.ts` file is in the same folder as its usage.

What can I do?

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.