mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
b73d73b508
* add admin-console lib files * add billing lib files * add platform lib files * update lib references in config files * update package-lock
6 lines
112 B
JSON
6 lines
112 B
JSON
{
|
|
"extends": "../shared/tsconfig.libs",
|
|
"include": ["src", "spec"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|