1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 12:40:26 +00:00

Undo tsconfig changes

This commit is contained in:
Bernd Schoolmann
2025-05-19 12:12:40 +02:00
parent 43538c2de9
commit 8461cada64
2 changed files with 2 additions and 3 deletions

View File

@@ -8,6 +8,6 @@
"@bitwarden/key-management": ["../key-management/src"]
}
},
"include": ["src", "spec", "src/models/verifying-key.ts"],
"include": ["src", "spec"],
"exclude": ["node_modules", "dist"]
}

View File

@@ -59,8 +59,7 @@
"libs/tools/send/**/src/**/*",
"libs/tools/card/src/**/*",
"bitwarden_license/bit-web/src/**/*",
"bitwarden_license/bit-common/src/**/*",
"libs/key-management/src/models/verifying-key.ts"
"bitwarden_license/bit-common/src/**/*"
],
"exclude": [
"apps/web/src/**/*.spec.ts",