/ tsconfig.json
tsconfig.json
1 { 2 "extends": "expo/tsconfig.base", 3 "compilerOptions": { 4 "strict": true, 5 "paths": { 6 "@/*": ["./src/*"] 7 } 8 }, 9 "include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts", "nativewind-env.d.ts"] 10 }