bitwarden-estensione-browser/bitwarden_license/bit-web/tsconfig.build.json

15 lines
330 B
JSON

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