{
  "compilerOptions": {    
    "baseUrl": "./src",
    "paths": {
      "$components/*": [ "js/components/*" ],      
      "$containers/*": [ "js/containers/*" ],
      "$redux/*": [ "js/redux/*" ],
      "$config": ["js/config"],
      "$config/*": ["js/config/*"]
    }
  }
}