Files
territory-log/tsconfig.json
root 6f02dee5c6
Some checks are pending
Build (EAS) / EAS Build (Android Preview APK) (push) Waiting to run
fix: add NativeWind types to tsconfig — resolves 241 TS errors
2026-02-20 03:07:01 +08:00

17 lines
263 B
JSON

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