Closed IBlasterus closed 3 years ago
Hi, all.
npx create-react-app my-app --template typescript
App.tsx
npm start
TS7016: Could not find a declaration file for module 'react-softphone'
Solved this with
// @ts-ignore import SoftPhone from 'react-softphone';
Hi, all.
npx create-react-app my-app --template typescript
App.tsx
according to Usagenpm start
TS7016: Could not find a declaration file for module 'react-softphone'