mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 04:14:46 +08:00
add Angular todo list source code add the example to the existing list on supabase.io add codeowners file for automated assignment fo reviews
13 lines
284 B
JSON
13 lines
284 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/spec",
|
|
"types": ["jest"],
|
|
"module": "commonjs",
|
|
"emitDecoratorMetadata": true,
|
|
"allowJs": true
|
|
},
|
|
"files": ["src/polyfills.ts"],
|
|
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
|
|
}
|