RyanHub – file viewer
filename: tsconfig.json
branch: master
back to repo
{
  "extends": "expo/tsconfig.base",
  "compilerOptions": {
    "strict": true,
    "paths": {
      "@/*": [
        "./*"
      ]
    }
  },
  "include": [
    "app/**/*"
, "app/Login.tsx", "app/Home.jsx", "app/Metrics.jsx", "app/Settings.jsx", "app/Track.jsx"  ]
}