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

@@ -14,7 +14,7 @@ import { mkdtempSync, mkdirSync, rmSync, writeFileSync } from 'node:fs'
import { tmpdir } from 'node:os'
import { join } from 'node:path'
import { afterEach, describe, expect, it } from 'vitest'
import { collectEvents } from '../../../../scripts/gen-cordis-catalog'
import { collectEvents } from '../../../../scripts/gen-cordis-catalog.ts'
/** Write a fixture package exposing one `interface Events` block and return the
* scan root to hand `collectEvents`. */