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 ed6277c commit 686d7c4Copy full SHA for 686d7c4
.depcheckrc
@@ -1,3 +1,4 @@
1
ignores:
2
- 'reservoir'
3
- '@types/reservoir'
4
+ - 'json-schema'
src/types.ts
@@ -1,4 +1,4 @@
-import { JSONSchema4 } from 'json-schema';
+import { type JSONSchema4 } from 'json-schema';
export type StandardJSONSchema = JSONSchema4;
0 commit comments