Skip to content

Commit 686d7c4

Browse files
committed
depcheck ignore json-schema (only using types)
1 parent ed6277c commit 686d7c4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.depcheckrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
ignores:
22
- 'reservoir'
33
- '@types/reservoir'
4+
- 'json-schema'

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { JSONSchema4 } from 'json-schema';
1+
import { type JSONSchema4 } from 'json-schema';
22

33
export type StandardJSONSchema = JSONSchema4;
44

0 commit comments

Comments
 (0)