spotify-api@0.0.17 /index.d.ts is not a module

Viewed 8

I've installed

pnpm i -D @types/spotify-api

but when I try to import a type like

import type { CurrentUsersProfileResponse } from 'spotify-api';

I've got that nasty error what's the problem?

0 Answers
Related