bitwarden-estensione-browser/libs/electron/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
112 B
JSON
Raw Normal View History

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