Henning Dieterichs 2025-11-19 19:16:45 +01:00
parent 1b175c701c
commit 33863fd3eb
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06

View file

@ -67,7 +67,7 @@ type CompilerOptionsValue =
| null | null
| undefined; | undefined;
interface CompilerOptions { export interface CompilerOptions {
allowJs?: boolean; allowJs?: boolean;
allowSyntheticDefaultImports?: boolean; allowSyntheticDefaultImports?: boolean;
allowUmdGlobalAccess?: boolean; allowUmdGlobalAccess?: boolean;