mirror of
https://github.com/bitwarden/browser
synced 2024-12-11 16:55:56 +01:00
5c576fd19e
* add libs/vault * update configs * update package lock * fix typo
6 lines
112 B
JSON
6 lines
112 B
JSON
{
|
|
"extends": "../shared/tsconfig.libs",
|
|
"include": ["src", "spec"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|