xref: /expo/apps/eas-expo-go/tsconfig.json (revision bc2bab00)
1{
2  "compilerOptions": {
3    "allowSyntheticDefaultImports": true,
4    "jsx": "react-native",
5    "lib": ["dom", "esnext"],
6    "moduleResolution": "node",
7    "noEmit": true,
8    "skipLibCheck": true,
9    "resolveJsonModule": true,
10    "strict": true
11  }
12}
13