Henning Dieterichs 2025-11-19 19:24:48 +01:00 committed by GitHub
parent 1b175c701c
commit 220c1cab84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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