resend / resend-node-example

This example shows how to use Resend with Node.js
MIT License
42 stars 14 forks source link

issue with angular 16 #12

Open YnsDev1 opened 1 year ago

YnsDev1 commented 1 year ago

Hello All

i try to use resend with angular 16 , but i get the errors down . i try it only with node in index.ts it works fine .

error TS7016: Could not find a declaration file for modulile for module 'react'. 'D:/@@@DEV/apps/@@engel/engmatool/node_modules/react/index.js' implicitly has an 'any' type. [ng] Try npm i --save-dev @types/react if it exists or add a new declaration (.d.ts) file containing declare module 'react'; [ng] [ng] 2 import * as React from 'react'; [ng] ~~~

[ng] × Failed to compile.