{
  "extends": "expo/tsconfig.base",
  "compilerOptions": {
    "strict": true,
    "paths": {
      "@/*": [
        "./*"
      ],
      "@zendo/design-system": [
        "./packages/design-system/src/index.ts"
      ]
    },
    "baseUrl": null
  },
  "include": [
    "**/*.ts",
    "**/*.tsx",
    ".expo/types/**/*.ts",
    "expo-env.d.ts",
    "types/**/*.d.ts"
  ],
  "exclude": [
    "node_modules",
    "packages/design-system/stories/**",
    "packages/design-system/.storybook/**",
    "lib/design-system/stories/**",
    "lib/design-system/.storybook/**",
    "platform/**",
    "infra/**",
    "dist/**",
    "backend/.tmp-typecheck/**"
  ]
}