mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 16:43:27 +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
6 lines
108 B
JSON
6 lines
108 B
JSON
{
|
|
"extends": "../../tsconfig.base",
|
|
"include": ["src", "spec"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|