mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
* always shows desktop archive filter regardless of the users premium status * include spec files in tsconfig * add upgrade path for desktop * combine duplicate class instances * remove optional chaining * update tests to avoid null assertions * add test files to the spec tsconfig * implement signal for premium badge component * remove badge template reference
10 lines
194 B
JSON
10 lines
194 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"isolatedModules": true,
|
|
"emitDecoratorMetadata": false
|
|
},
|
|
"files": ["./test.setup.ts"],
|
|
"include": ["src/**/*.spec.ts"]
|
|
}
|