aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/tsconfig.json
blob: 77379cd11dc514b3ff02336d3eb4820e75a2fe9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "extends": "expo/tsconfig.base",
  "compilerOptions": {
    "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
    "types": ["nativewind/types", "react-native"],
    "incremental": true,
    "strict": true,
    "baseUrl": ".",
    "paths": {
      "@/*": ["./*"]
    }
  },
  "exclude": ["node_modules"]
}