Skip to content

Commit e3421bc

Browse files
committed
refactor: change JSON fields type definitions file extension from .d.ts to .ts
1 parent 146fa96 commit e3421bc

File tree

1 file changed

+1
-1
lines changed
  • packages/schema/src/plugins/enhancer/enhance

1 file changed

+1
-1
lines changed

packages/schema/src/plugins/enhancer/enhance/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ export type Enhanced<Client> =
493493
const project = new Project();
494494

495495
// Create a shared file for all JSON fields type definitions
496-
const jsonFieldsFile = project.createSourceFile(path.join(this.outDir, 'json-fields.d.ts'), undefined, {
496+
const jsonFieldsFile = project.createSourceFile(path.join(this.outDir, 'json-fields.ts'), undefined, {
497497
overwrite: true,
498498
});
499499

0 commit comments

Comments
 (0)