From d1b99242a9daab9d6a0e0e79663155e67bc4b887 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 11 Dec 2025 09:26:49 +0000 Subject: [PATCH] update --- ts_web/elements/contentinvoice.ts | 2 +- tsconfig.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ts_web/elements/contentinvoice.ts b/ts_web/elements/contentinvoice.ts index 06c3b66..4684153 100644 --- a/ts_web/elements/contentinvoice.ts +++ b/ts_web/elements/contentinvoice.ts @@ -15,7 +15,7 @@ import { import * as plugins from "../plugins.js"; import { dedocumentSharedStyle } from "../style.js"; -import type { TranslationKey } from "ts_shared/translation.js"; +import type { TranslationKey } from "../../ts_shared/translation.js"; declare global { interface HTMLElementTagNameMap { diff --git a/tsconfig.json b/tsconfig.json index deecaca..4a91076 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,6 @@ "moduleResolution": "NodeNext", "esModuleInterop": true, "verbatimModuleSyntax": true, - "baseUrl": ".", "paths": { "undefined": [ "./ts_web/index.js"