In typescript(*.tsx) files I cannot import svg file with this statement:
import image from './image.svg';
Transpiler says:[ts] cannot find module ‘./logo.svg’. My svg file is just <svg>...</svg>
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
In typescript(*.tsx) files I cannot import svg file with this statement:
import image from './image.svg';
Transpiler says:[ts] cannot find module ‘./logo.svg’. My svg file is just <svg>...</svg>