mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +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
8 lines
183 B
JSON
8 lines
183 B
JSON
{
|
|
"extends": "../../apps/cli/tsconfig",
|
|
"files": [
|
|
"../../bitwarden_license/bit-common/src/platform/sdk/sdk-alias.d.ts",
|
|
"../../bitwarden_license/bit-cli/src/bw.ts"
|
|
]
|
|
}
|