mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-05 03:25:10 +08:00
chore: standardize tsconfig (#9568)
This commit is contained in:
@@ -16,6 +16,10 @@ export abstract class Command extends BaseCommand<CliContext> {
|
||||
get workspace() {
|
||||
return this.context.workspace;
|
||||
}
|
||||
|
||||
set workspace(workspace: Workspace) {
|
||||
this.context.workspace = workspace;
|
||||
}
|
||||
}
|
||||
|
||||
export abstract class PackageCommand extends Command {
|
||||
|
||||
Reference in New Issue
Block a user