mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 00:23:17 +00:00
Create new @bitwarden/flight-recorder library via NX generator: - Library structure with src/index.ts entry point - Jest, ESLint, and TypeScript configuration - CODEOWNERS assigned to Platform team - tsconfig.base.json path mapping added
14 lines
197 B
JSON
14 lines
197 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.spec.json"
|
|
}
|
|
]
|
|
}
|