fix preload

This commit is contained in:
ArjixWasTaken
2025-10-11 18:18:36 +03:00
parent 9b8daac28c
commit cbc6449621
4 changed files with 37 additions and 35 deletions

View File

@ -5,9 +5,9 @@ import { fileURLToPath } from 'node:url';
import {
Project,
ts,
ObjectLiteralExpression,
VariableDeclarationKind,
Node,
type ObjectLiteralExpression,
type Node,
type ObjectLiteralElementLike,
} from 'ts-morph';