1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-01 12:47:57 +01:00
bitwarden-estensione-browser/common/tsconfig.json

6 lines
107 B
JSON
Raw Normal View History

{
2022-01-17 13:21:20 +01:00
"extends": "../shared/tsconfig",
2021-12-16 13:36:21 +01:00
"include": ["src", "spec"],
"exclude": ["node_modules", "dist"]
}