{
    "extends": "../config/tsconfig.base.json",
    "compilerOptions": {
        "module": "ES2022",
        "jsx": "react-native",
        "moduleResolution": "Bundler",
        "composite": true,
        "verbatimModuleSyntax": false,
        "lib": ["DOM", "ES2020"],
        "types": ["jest", "node"]
    },
    "references": [{"path": "../tsconfig.json"}]
}
