mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-04 09:01:01 +01:00
6 lines
112 B
JSON
6 lines
112 B
JSON
|
{
|
||
|
"extends": "../shared/tsconfig.libs",
|
||
|
"include": ["src", "spec"],
|
||
|
"exclude": ["node_modules", "dist"]
|
||
|
}
|