1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-04 09:01:01 +01:00
bitwarden-browser/libs/exporter/tsconfig.json

6 lines
104 B
JSON
Raw Normal View History

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