Typescript import picture error

how does typescript introduce pictures?

   import img from "../../images/shop-list/shop-list-0.jpeg"
       Cannot find module "../../images/shop-list/shop-list-0.jpeg".
    
   require   
   const img = require("../../images/shop-list/shop-list-0.jpeg")
            require statement not part of an import statement

   Stack Overflow
   declare function require(string): string;  
           variable name clashes with keyword/type

I don"t understand

Jan.15,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3cff6-2c372.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3cff6-2c372.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?