Skip to content

Commit

Permalink
fix: TsExtras 'ts' type registering as 'any' (fixes #127)
Browse files Browse the repository at this point in the history
  • Loading branch information
nonara committed Dec 5, 2023
1 parent 8e4679f commit 069411e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/core/shared/plugin-types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/**
* NOTE: This file is used during the build process for patch as well
*/
import type ts from 'typescript';
// Note: Leave as import-star, since we don't ship built file with esModuleInterop
import type * as ts from 'typescript';


/* ****************************************************************************************************************** */
Expand Down

0 comments on commit 069411e

Please sign in to comment.