jsconfig.json код для поддержки абсолютного импорта

{
  "compilerOptions": {
    "baseUrl": "src"
  },
  "include": ["src"]
}
Repulsive Rabbit