1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-11 16:55:56 +01:00
bitwarden-estensione-browser/libs/vault/tsconfig.json
Will Martin 5c576fd19e
[PM-3587] create @bitwarden/vault lib (#6083)
* add libs/vault

* update configs

* update package lock

* fix typo
2023-08-22 10:02:48 -04:00

6 lines
112 B
JSON

{
"extends": "../shared/tsconfig.libs",
"include": ["src", "spec"],
"exclude": ["node_modules", "dist"]
}