chore: replace .d.ts type imports with .js imports, as .d.ts imports break usage checks in the IDE
This commit is contained in:
@@ -11,7 +11,7 @@ import {
|
||||
} from 'payload/database'
|
||||
import prompts from 'prompts'
|
||||
|
||||
import type { PostgresAdapter } from './types.d.ts'
|
||||
import type { PostgresAdapter } from './types.js'
|
||||
|
||||
import { createMigrationTable } from './utilities/createMigrationTable.js'
|
||||
import { migrationTableExists } from './utilities/migrationTableExists.js'
|
||||
|
||||
Reference in New Issue
Block a user