Various build extension fixes.

This commit is contained in:
Dermot Duffy
2021-10-24 07:57:28 -07:00
parent f089cc54e5
commit e5b1deb334
19 changed files with 87 additions and 86 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { CSSResultGroup, LitElement, TemplateResult, html, unsafeCSS } from 'lit';
import { customElement, property, state } from 'lit/decorators';
import { customElement, property, state } from 'lit/decorators.js';
import { HomeAssistant, LovelaceCardEditor, fireEvent } from 'custom-card-helpers';
import { localize } from './localize/localize';
import type { FrigateCardConfig } from './types';
import { localize } from './localize/localize.js';
import type { FrigateCardConfig } from './types.js';
import frigate_card_editor_style from './scss/editor.scss';