From 8fd3ee4ac1a8ae329f968186d428eb69016da7e9 Mon Sep 17 00:00:00 2001 From: Philipp Hugenroth Date: Tue, 18 Jul 2023 15:15:57 +0200 Subject: [PATCH] Fix tsc Signed-off-by: Philipp Hugenroth --- packages/cli/src/lib/bundler/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cli/src/lib/bundler/types.ts b/packages/cli/src/lib/bundler/types.ts index f96e4255f1..69e75b113d 100644 --- a/packages/cli/src/lib/bundler/types.ts +++ b/packages/cli/src/lib/bundler/types.ts @@ -30,6 +30,7 @@ export type BundlingOptions = { export type ServeOptions = BundlingPathsOptions & { checksEnabled: boolean; configPaths: string[]; + verifyVersions?: boolean; }; export type BuildOptions = BundlingPathsOptions & {