mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
Merge pull request #30776 from andrewbranch/feature/10178
Add flag to allow access to UMD globals from modules
This commit is contained in:
@@ -588,6 +588,13 @@ namespace ts {
|
||||
category: Diagnostics.Module_Resolution_Options,
|
||||
description: Diagnostics.Do_not_resolve_the_real_path_of_symlinks,
|
||||
},
|
||||
{
|
||||
name: "allowUmdGlobalAccess",
|
||||
type: "boolean",
|
||||
affectsSemanticDiagnostics: true,
|
||||
category: Diagnostics.Module_Resolution_Options,
|
||||
description: Diagnostics.Allow_accessing_UMD_globals_from_modules,
|
||||
},
|
||||
|
||||
// Source Maps
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user