1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-17 18:09:17 +00:00
Files
browser/libs/tools/generator/extensions/legacy/tsconfig.json
2025-05-27 11:31:19 -04:00

6 lines
104 B
JSON

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