bitwarden-estensione-browser/apps/desktop/tsconfig.renderer.json

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

5 lines
106 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
2022-06-03 18:01:07 +02:00
"exclude": ["src/entry.ts", "src/main.ts", "src/main", "src/proxy"]
}