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] ~~~
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 containingdeclare module 'react';
[ng] [ng] 2 import * as React from 'react'; [ng]~~~[ng] × Failed to compile.