mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
7 lines
168 B
TypeScript
7 lines
168 B
TypeScript
import { staticLinked } from '../tsdown.client.ts'
|
|
|
|
export default staticLinked(
|
|
'@deepseek-ai/dsh-client-web',
|
|
['lib/types/index.js', 'lib/types/invariant.js'],
|
|
)
|