-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Not able to create correct schema of the types.
type file: test.ts
export type test = {
a: string;
}
validator generated by npx typescript-json-validator --id test --collection test.ts
export const Schema = {
$id: 'test',
$schema: 'http://json-schema.org/draft-07/schema#',
definitions: {},
};
tried npx cross-env typescript-json-validator --id test --collection test.ts
as well but no luck
Metadata
Metadata
Assignees
Labels
No labels