1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00
Files
browser/bitwarden_license/bit-browser/tsconfig.json
Andreas Coroiu 1264abfb19 [PM-25569] Expose commercial sdk service to web clients (#16899)
* 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
2025-10-31 08:13:36 +01:00

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"
]
}