{
  "extends": "@react-native/typescript-config/tsconfig.json",
  "compilerOptions": {
    "outDir": "dist",
    "noEmit": false,
    "declaration": true,
    "emitDeclarationOnly": true,
    "types": ["react-native", "jest", "node"],
    "paths": {
      "react-native-msal2": ["."]
    }
  },
  "include": ["index.tsx"]
}
