We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4679f commit 069411eCopy full SHA for 069411e
projects/core/shared/plugin-types.ts
@@ -1,7 +1,8 @@
1
/**
2
* NOTE: This file is used during the build process for patch as well
3
*/
4
-import type ts from 'typescript';
+// Note: Leave as import-star, since we don't ship built file with esModuleInterop
5
+import type * as ts from 'typescript';
6
7
8
/* ****************************************************************************************************************** */
0 commit comments