1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 12:40:26 +00:00
Files
browser/libs/tools/generator/core/tsconfig.json
2025-05-27 11:31:19 -04:00

6 lines
106 B
JSON

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