mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +01:00
38c4eeb27d
* Move kdf to km ownership * Fix duplicate import * Remove whitespace * Fix double imports * Fix desktop build * Fix test error * Fix imports * Move ownership of kdftype to km * Fix imports --------- Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
6 lines
172 B
JSON
6 lines
172 B
JSON
{
|
|
"extends": "../shared/tsconfig.libs",
|
|
"include": ["src", "spec", "./custom-matchers.d.ts", "../key-management/src/index.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|