Cannot find module .svg' or its corresponding type declarations.
// Create a file named custom.d.ts with the following content: declare module "*.svg" { const content: any; export default content; } // Add the custom.d.ts to tsconfig.json as below "include": ["src/components", "src/custom.d.ts"]