Skip to content

Commit 069411e

Browse files
committed
fix: TsExtras 'ts' type registering as 'any' (fixes #127)
1 parent 8e4679f commit 069411e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/core/shared/plugin-types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/**
22
* NOTE: This file is used during the build process for patch as well
33
*/
4-
import type ts from 'typescript';
4+
// Note: Leave as import-star, since we don't ship built file with esModuleInterop
5+
import type * as ts from 'typescript';
56

67

78
/* ****************************************************************************************************************** */

0 commit comments

Comments
 (0)