mirror of
https://github.com/supabase/supabase.git
synced 2026-05-07 01:10:15 -04:00
d07e78a616
This PR runs `prettier` on the `examples` folder. Depends on https://github.com/supabase/supabase/pull/43849.
11 lines
297 B
JSON
11 lines
297 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/spec",
|
|
"types": ["jasmine"]
|
|
},
|
|
"files": ["src/test.ts", "src/polyfills.ts"],
|
|
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
|
|
}
|