"bun"
tsconfig.json{ "compilerOptions": { "types": ["bun"], } }
tsimport { expect, test } from 'bun:test'; // ↑エラー