mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +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"]
|
|
}
|