Skip to content

Commit 53743af

Browse files
committed
fix(constants): add type to import statement
1 parent d1e36dd commit 53743af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { logger } from "@coder/logger"
2-
import { JSONSchemaForNPMPackageJsonFiles } from "@schemastore/package"
2+
import type { JSONSchemaForNPMPackageJsonFiles } from "@schemastore/package"
33
import * as os from "os"
44
import * as path from "path"
55

0 commit comments

Comments
 (0)