mirror of
https://github.com/supabase/supabase.git
synced 2026-09-08 10:59:38 +08:00
This PR runs `prettier` on the `examples` folder. Depends on https://github.com/supabase/supabase/pull/43849.
10 lines
179 B
JSON
10 lines
179 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/e2e",
|
|
"module": "commonjs",
|
|
"target": "es2018",
|
|
"types": ["jasmine", "node"]
|
|
}
|
|
}
|