refactor: point project imports at ts sources

This commit is contained in:
2026-04-03 11:38:51 +08:00
parent ecec8b6ba7
commit 20523234e0
21 changed files with 22 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
import { randomUUID } from 'crypto'
import type { SDKControlPermissionRequest } from '../entrypoints/sdk/controlTypes.js'
import type { SDKControlPermissionRequest } from '../entrypoints/sdk/controlTypes.ts'
import type { Tool } from '../Tool.js'
import type { AssistantMessage } from '../types/message.js'
import { jsonStringify } from '../utils/slowOperations.js'