1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 11:13:44 +00:00
Files
browser/libs/pricing/tsconfig.json
Stephon Brown 6d757b04a4 fix(billing): Fix NX error
This should compile just the library files and not its dependency files which was making it error
2025-09-29 16:46:04 -04:00

6 lines
100 B
JSON

{
"extends": "../../tsconfig.base",
"include": ["src"],
"exclude": ["node_modules", "dist"]
}