1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 00:23:17 +00:00
Files
browser/libs/flight-recorder/tsconfig.json
addisonbeck 09fb7b92ca chore(nx): generate flight-recorder lib
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
2026-01-16 15:47:06 -05:00

14 lines
197 B
JSON

{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}