mirror of
https://github.com/supabase/supabase.git
synced 2026-09-06 09:59:03 +08:00
* Add Chris Ward to humans
Signed-off-by: Chris Chinchilla <christopher.ward@supabase.io>
* Update Angular tutorial for Angular 20
* Update Angular doc
* Revert "Add Chris Ward to humans"
This reverts commit c45ea9d213.
* Update tsconfig
* Add note about CLI defaults
* Prettier fix
---------
Signed-off-by: Chris Chinchilla <christopher.ward@supabase.io>
Co-authored-by: Chris Chinchilla <christopher.ward@supabase.io>
11 lines
410 B
JSON
11 lines
410 B
JSON
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
|
|
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
|
|
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/spec",
|
|
"types": ["jasmine"]
|
|
},
|
|
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
|
|
}
|