mirror of
https://github.com/supabase/supabase.git
synced 2026-06-02 02:43:26 +08:00
* feat: add push notifications example. * feat: add push notifications guide. * fix: remove trigger. * chore: americanize. * Apply suggestions from code review Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Apply suggestions from code review * Apply suggestions from code review * chore: run prettier. --------- Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
7 lines
85 B
JSON
7 lines
85 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"strict": true
|
|
}
|
|
}
|