1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-17 02:34:47 +02:00
bitwarden-browser/libs/node/tsconfig.json

6 lines
112 B
JSON
Raw Normal View History

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