{
    "extends": "expo/tsconfig.base",
    "compilerOptions": {
        "allowSyntheticDefaultImports": true,
        "baseUrl": ".",
        "paths": {
            "neopop-react-native/*": ["../src/*"]
        },
        "strict": true
    }
}
