mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-23 14:45:46 +00:00
fix: restore ci after rebase drift
This commit is contained in:
@@ -94,10 +94,10 @@ export function collectOptInExtensionPackageBoundaries(rootDir = resolve(".")):
|
||||
}
|
||||
|
||||
export function renderExtensionPackageBoundaryTsconfig(params?: {
|
||||
paths?: Record<string, string[]>;
|
||||
paths?: Record<string, readonly string[]>;
|
||||
}): {
|
||||
extends: "../tsconfig.package-boundary.base.json";
|
||||
compilerOptions: { rootDir: "."; paths?: Record<string, string[]> };
|
||||
compilerOptions: { rootDir: "."; paths?: Record<string, readonly string[]> };
|
||||
include: typeof EXTENSION_PACKAGE_BOUNDARY_INCLUDE;
|
||||
exclude: typeof EXTENSION_PACKAGE_BOUNDARY_EXCLUDE;
|
||||
} {
|
||||
|
||||
Reference in New Issue
Block a user