mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 07:40:10 +00:00
Update variable type (#9684)
This commit is contained in:
2
systemjs/systemjs.d.ts
vendored
2
systemjs/systemjs.d.ts
vendored
@@ -119,7 +119,7 @@ declare namespace SystemJSLoader {
|
||||
* The default extension to add to modules requested within the package. Takes preference over defaultJSExtensions.
|
||||
* Can be set to defaultExtension: false to optionally opt-out of extension-adding when defaultJSExtensions is enabled.
|
||||
*/
|
||||
defaultExtension?: boolean;
|
||||
defaultExtension?: boolean | string;
|
||||
|
||||
/**
|
||||
* Local and relative map configurations scoped to the package. Apply for subpaths as well.
|
||||
|
||||
Reference in New Issue
Block a user