bitwarden-estensione-browser/apps/web/tsconfig.build.json

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

6 lines
195 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"files": ["src/polyfills.ts", "src/main.ts", "src/theme.ts"],
"include": ["src/connectors/*.ts", "../../libs/common/src/platform/services/**/*.worker.ts"]
}