JSCONFIG.JSON Código para apoiar a importação absoluta

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