Improve CLI options types

This commit is contained in:
Michael Shilman 2023-01-25 11:31:06 +08:00
parent 3f7451d2b2
commit 4efae5ad71

View File

@ -52,4 +52,6 @@ export type CommandOptions = {
linkable?: boolean;
commonJs?: boolean;
disableTelemetry?: boolean;
enableCrashReports?: boolean;
debug?: boolean;
};