{
    "extends": "./tsconfig.json",
    "compilerOptions": {
        "moduleResolution": "bundler",
        // Exclude "@jobber/hooks" from paths to avoid building hooks from src
        "paths": {
            "@jobber/components-native": [
                "./src/index.ts"
            ]
        }
    },
    "exclude": [
        "*.test.*",
        "**/*.stories.tsx",
        "src/**/docs",
        "dist/**/*"
    ]
}
