mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 11:24:49 -05:00
Fix __importDefault when used on typescript libraries (#51474)
This commit is contained in:
@@ -1 +1,2 @@
|
||||
export * from "./_namespaces/ts";
|
||||
import * as ts from "./_namespaces/ts";
|
||||
export = ts;
|
||||
|
||||
@@ -15,4 +15,5 @@ if (typeof console !== "undefined") {
|
||||
};
|
||||
}
|
||||
|
||||
export * from "./_namespaces/ts";
|
||||
import * as ts from "./_namespaces/ts";
|
||||
export = ts;
|
||||
|
||||
Reference in New Issue
Block a user