mirror of
https://github.com/bitwarden/browser
synced 2026-02-28 10:33:31 +00:00
* Implement client-side user-key-rotation-service * Feature flag * Add tests * Fix flag name * Fix build * Prettier * Small clean-up * Codeowners order cleanup * Fix eslint issue * Update sdk to 550 * Cleanup & fix incompatibilities * Prettier
7 lines
142 B
JSON
7 lines
142 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"files": [],
|
|
"include": ["src/**/*.ts", "src/**/*.js"],
|
|
"exclude": ["**/build", "**/dist"]
|
|
}
|