mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
* feat: create separate bit licensed browser * feat: refactor webpack config * fix: mv2 build not working * feat: add bit versions of all commands * feat: add bit CI builds * fix: scss missing from build
21 lines
684 B
JSON
21 lines
684 B
JSON
{
|
|
"extends": "../../apps/browser/tsconfig",
|
|
"include": [
|
|
"src",
|
|
|
|
"../../apps/browser/src/**/*.d.ts",
|
|
|
|
"../../apps/browser/src/autofill/content/*.ts",
|
|
"../../apps/browser/src/autofill/fido2/content/*.ts",
|
|
"../../apps/browser/src/autofill/notification/bar.ts",
|
|
"../../apps/browser/src/autofill/overlay/inline-menu/**/*.ts",
|
|
"../../apps/browser/src/platform/ipc/content/*.ts",
|
|
"../../apps/browser/src/platform/offscreen-document/offscreen-document.ts",
|
|
"../../apps/browser/src/popup/polyfills.ts",
|
|
"../../apps/browser/src/vault/content/*.ts",
|
|
|
|
"../../libs/common/src/autofill/constants",
|
|
"../../libs/common/custom-matchers.d.ts"
|
|
]
|
|
}
|