- Clicking a list now shows its tasks instead of opening new task form - Add list/[id] detail screen - Replace crypto.randomUUID() with expo-crypto (Hermes compatibility) - Add SQL transformer for Drizzle migration files - Improve priority color visibility in dark mode (lighter variants) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
No EOL
268 B
JSON
18 lines
No EOL
268 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"paths": {
|
|
"@/*": [
|
|
"./*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
".expo/types/**/*.ts",
|
|
"expo-env.d.ts",
|
|
"nativewind-env.d.ts"
|
|
]
|
|
} |