mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
* feat: enable commercial SDK usage on web * feat: enable commercial SDK usage in cli * feat: enable commercial SDK usage in browser * feat: add lint to restrict commercial sdk imports
23 lines
759 B
JSON
23 lines
759 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",
|
|
|
|
"../../bitwarden_license/bit-common/src/platform/sdk/sdk-alias.d.ts"
|
|
]
|
|
}
|