refactor: ts in packages use extensionless import
This commit is contained in:
22 files changed
+62
-62
No files matched your search
@@ -31,9 +31,9 @@ import { interruptedTurnClosers } from '@deepseek-ai/dsh-session'
|
||||
import type { Session, SessionEvent, SessionId, SessionMeta, SessionSummary } from '@deepseek-ai/dsh-session'
|
||||
import {
|
||||
openDatabase, rowToMeta, scanRows, type EventRow, type SessionRow,
|
||||
} from './schema.ts'
|
||||
} from './schema'
|
||||
|
||||
export { SCHEMA_VERSION } from './schema.ts'
|
||||
export { SCHEMA_VERSION } from './schema'
|
||||
|
||||
/** Plugin configuration. */
|
||||
export interface Config {
|
||||
|
||||
Reference in New Issue
Block a user