rsnext/examples/with-supabase-auth-realtime-db/jsconfig.json
Thorsten Schaeff bdc465092b
examples: Add with-supabase-auth-realtime-db example. (#16016)
r? @lfades @timothyis  
cc @kiwicopple @awalias

Adding a realtime chat example showing how to implement authentication and realtime data syncing with supabase.io :)
2020-08-13 05:03:09 +00:00

8 lines
93 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./*"]
}
}
}