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 8b09c47 commit d81c071Copy full SHA for d81c071
src/lib/utils/options/options.ts
@@ -2,7 +2,7 @@ import type ts from "typescript";
2
import { resolve } from "path";
3
import { ParameterType } from "./declaration.js";
4
import type { OutputSpecification } from "../index.js";
5
-import { normalizePath } from "../paths.js"
+import { normalizePath } from "../paths.js";
6
import type { Application } from "../../../index.js";
7
import type { Logger } from "../loggers.js";
8
import {
0 commit comments