Cannot import in vscode
Open
- Dominant language
- TypeScript
- Stars
- 82
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
I'm not sure if I'm missing something but I'm not able to import this into my Angular project using VSCode
`import { Idle } from 'idle.ts';`
`[ts] An import path cannot end with a '.ts' extension. Consider importing 'idle' instead.`
`import { Idle } from 'idle';`
`[ts] Cannot find module 'idle'.`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.