| { | |
| "extends": "expo/tsconfig.base", | |
| "compilerOptions": { | |
| "strict": true, | |
| "paths": { | |
| "@/*": [ | |
| "./*" | |
| ] | |
| } | |
| }, | |
| "include": [ | |
| "**/*.ts", | |
| "**/*.tsx", | |
| ".expo/types/**/*.ts", | |
| "expo-env.d.ts", | |
| "nativewind-env.d.ts" | |
| ] | |
| } |
| { | |
| "extends": "expo/tsconfig.base", | |
| "compilerOptions": { | |
| "strict": true, | |
| "paths": { | |
| "@/*": [ | |
| "./*" | |
| ] | |
| } | |
| }, | |
| "include": [ | |
| "**/*.ts", | |
| "**/*.tsx", | |
| ".expo/types/**/*.ts", | |
| "expo-env.d.ts", | |
| "nativewind-env.d.ts" | |
| ] | |
| } |