Le chemin du résolveur d'importation réagit

//create jsconfig.json and add the below
{
  "compilerOptions": {
    "baseUrl": "src",
    "paths": {
      "*": ["public/src/*"]
    }
  }
}
sandy_codes_py