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"