TS7016: Could not find a declaration file for module 'dangerously-set-html-content'. '/myproj/node_modules/dangerously-set-html-content/dist/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/dangerously-set-html-content if it exists or add a new declaration (.d.ts) file containing `declare module 'dangerously-set-html-content'
TS7016: Could not find a declaration file for module 'dangerously-set-html-content'. '/myproj/node_modules/dangerously-set-html-content/dist/index.js' implicitly has an 'any' type. Try
npm i --save-dev @types/dangerously-set-html-content
if it exists or add a new declaration (.d.ts) file containing `declare module 'dangerously-set-html-content'version: "dangerously-set-html-content": "^1.0.10",