chore: Replace deprecated 'node' module resolution with 'bundler' and tighten compiler options (#2594)

This commit is contained in:
Dermot Duffy
2026-07-22 12:12:00 -07:00
committed by GitHub
parent 87ecbc7e45
commit 2ca4aa95e5
13 changed files with 29 additions and 29 deletions
-2
View File
@@ -7,7 +7,6 @@ import type {
PTZControlsConfig,
PTZControlType,
} from '../../config/schema/common/controls/ptz.js';
import type { HomeAssistant } from '../../ha/types.js';
import type { Interaction } from '../../types.js';
import {
createPTZControlsAction,
@@ -20,7 +19,6 @@ export class PTZController {
private _host: HTMLElement;
private _config: PTZControlsConfig | null = null;
private _hass: HomeAssistant | null = null;
private _cameraManager: CameraManager | null = null;
private _cameraID: string | null = null;