refactor(ts): enable verbatim module syntax

This commit is contained in:
Elian Doran
2025-01-09 18:36:24 +02:00
parent 4cbb529fd4
commit 324696bc54
161 changed files with 244 additions and 250 deletions

View File

@@ -3,7 +3,7 @@ import cls from "./cls.js";
import log from "./log.js";
import becca from "../becca/becca.js";
import BNote from "../becca/entities/bnote.js";
import { ApiParams } from "./backend_script_api_interface.js";
import type { ApiParams } from "./backend_script_api_interface.js";
interface Bundle {
note?: BNote;