Henning Dieterichs 2025-09-11 17:21:23 +02:00
parent 2a3d33900c
commit 0fb1b5ae89
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06
2 changed files with 34 additions and 0 deletions

View file

@ -92,4 +92,5 @@ export interface PackageJson {
vscodeCommitId?: string;
monacoCommitId?: string;
devDependencies: Record<string, string>;
dependencies?: Record<string, string>;
}