1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-29 23:49:50 +02:00
bitwarden-browser/common/tsconfig.json
2022-01-17 13:21:20 +01:00

6 lines
107 B
JSON

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