revert: use rewriteRelativeImportExtensions for NextNode .d.ts resolve

This commit is contained in:
imccyu
2026-06-22 09:02:58 +08:00
parent 07f4047ff0
commit 6731793859
39 changed files with 49 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
import { describe, expect, it } from 'vitest'
import { Context } from 'cordis'
import Loader from '@cordisjs/plugin-loader'
import * as agentCore from '../src/index'
import * as agentCore from '../src/index.ts'
import { AgentId } from '@deepseek-ai/dsh-agent'
/**