{
    "compilerOptions": {
        "baseUrl": ".",
        "paths": {
            "*": [
                "app/*"
            ],
            "components/*": [
                "componenst/*"
            ],
            "containers/*": [
                "containers/*"
            ],
            "utils/*": [
                "utils/*"
            ],
            "underscore": [
                "lodash"
            ]
        }
    }
}