This commit is contained in:
2025-12-11 09:26:49 +00:00
parent 8c0bf94035
commit d1b99242a9
2 changed files with 1 additions and 2 deletions

View File

@@ -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 {

View File

@@ -5,7 +5,6 @@
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {
"undefined": [
"./ts_web/index.js"