From d2e941b890ffd1e8df36f2f9acdf36f622c9547d Mon Sep 17 00:00:00 2001 From: azu Date: Tue, 2 Jan 2024 23:38:27 +0900 Subject: [PATCH] use import type --- .../script-compiler/src/CodeGenerator/worker-codegen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@textlint/script-compiler/src/CodeGenerator/worker-codegen.ts b/packages/@textlint/script-compiler/src/CodeGenerator/worker-codegen.ts index c6f255e..24539af 100644 --- a/packages/@textlint/script-compiler/src/CodeGenerator/worker-codegen.ts +++ b/packages/@textlint/script-compiler/src/CodeGenerator/worker-codegen.ts @@ -1,4 +1,4 @@ -import { +import type { TextlintConfigDescriptor, TextlintConfigFilterRule, TextlintConfigPlugin,