Skip to content

Commit 1709026

Browse files
committed
Fix circular dependency
1 parent 37880de commit 1709026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/options/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type * as ts from "typescript";
2-
import { ParameterType } from ".";
2+
import { ParameterType } from "./declaration";
33
import type { NeverIfInternal } from "..";
44
import type { Application } from "../../..";
55
import { insertPrioritySorted, unique } from "../array";

0 commit comments

Comments
 (0)