mirror of
https://github.com/bitwarden/browser
synced 2025-12-29 22:53:44 +00:00
* enable strict template typechecking * add callout component to module * fixing popup action types * fixing cipher item copy types * fix archive cipher type * fixing trash list items types * fix remaining trash list item type errors * use CipherViewLike as correct type * change popup back directive to attribute selector * allow undefined in popupBackAction handler * Remove undefined from type * fix error with firefox commercial build --------- Co-authored-by: Vicki League <vleague@bitwarden.com>
12 lines
226 B
JSON
12 lines
226 B
JSON
{
|
|
"extends": "../../tsconfig.base",
|
|
"angularCompilerOptions": {
|
|
"strictTemplates": true
|
|
},
|
|
"include": [
|
|
"src",
|
|
"../../libs/common/src/autofill/constants",
|
|
"../../libs/common/custom-matchers.d.ts"
|
|
]
|
|
}
|