mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 18:14:20 +08:00
This is more likely how people will search - looking first for the framework which they are familiar with
9 lines
93 B
JSON
9 lines
93 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./*"]
|
|
}
|
|
}
|
|
}
|