1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-25 17:13:24 +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"]
}