mirror of
https://github.com/supabase/supabase.git
synced 2026-06-22 17:15:49 +08:00
7 lines
157 B
JSON
7 lines
157 B
JSON
{
|
|
"extends": "tsconfig/base.json",
|
|
"include": ["."],
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
"compilerOptions": { "isolatedModules": false }
|
|
}
|