{
  "extends": "expo/tsconfig.base",
  "compilerOptions": {
    "jsx": "react-native",
    "paths": {
      "@/*": [
        "./*"
      ]
    }
  },
  "include": [
    "nativewind-env.d.ts",
    "./src/**/*",
    "./dist/**/*"
  ],
}