refactor: point project imports at ts sources
This commit is contained in:
@@ -267,7 +267,7 @@ import { useTeammateLifecycleNotification } from 'src/hooks/notifs/useTeammateSh
|
||||
import { useFastModeNotification } from 'src/hooks/notifs/useFastModeNotification.js';
|
||||
import { AutoRunIssueNotification, shouldAutoRunIssue, getAutoRunIssueReasonText, getAutoRunCommand, type AutoRunIssueReason } from '../utils/autoRunIssue.js';
|
||||
import type { HookProgress } from '../types/hooks.js';
|
||||
import { TungstenLiveMonitor } from '../tools/TungstenTool/TungstenLiveMonitor.js';
|
||||
import { TungstenLiveMonitor } from '../tools/TungstenTool/TungstenLiveMonitor.ts';
|
||||
/* eslint-disable @typescript-eslint/no-require-imports */
|
||||
const WebBrowserPanelModule = feature('WEB_BROWSER_TOOL') ? require('../tools/WebBrowserTool/WebBrowserPanel.js') as typeof import('../tools/WebBrowserTool/WebBrowserPanel.js') : null;
|
||||
/* eslint-enable @typescript-eslint/no-require-imports */
|
||||
|
||||
Reference in New Issue
Block a user