mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 11:43:51 +00:00
* Create a subfolder for platform-owned connectors and ensure it's included in the web builds * Add platform as codeowner of apps/web/src/connectors/platform * Create proxy-cookie-redirect connector * Create section within CODEOWNERS for Web connectors * Swap order of codeowners * Use kebap-style route * Update url to redirect to * Add override to test locally --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
14 lines
299 B
JSON
14 lines
299 B
JSON
{
|
|
"extends": "../../tsconfig.base",
|
|
"angularCompilerOptions": {
|
|
"strictTemplates": true
|
|
},
|
|
"files": ["src/polyfills.ts", "src/main.ts", "src/theme.ts"],
|
|
"include": [
|
|
"src/connectors/*.ts",
|
|
"src/connectors/platform/*.ts",
|
|
"src/**/*.stories.ts",
|
|
"src/**/*.spec.ts"
|
|
]
|
|
}
|