mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
882a432ca6
This is a copy of the files. The source in `@bitwarden/common` will be deleted once all of the applications have been ported to the library.
10 lines
264 B
JSON
10 lines
264 B
JSON
{
|
|
"extends": "../../../shared/tsconfig.libs",
|
|
"include": [
|
|
"src",
|
|
"../extensions/src/history/generator-history.abstraction.ts",
|
|
"../extensions/src/navigation/generator-navigation.service.abstraction.ts"
|
|
],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|