Skip to content

Commit

Permalink
fix(core): fix missing import in 'schema.d.ts'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarorn85 authored and vsavkin committed Dec 16, 2020
1 parent 379e32a commit 7911a60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/workspace/src/schematics/remove/schema.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export interface Schema extends json.JsonObject {
import { JsonObject } from '@angular-devkit/core';

export interface Schema extends JsonObject {
projectName: string;
skipFormat: boolean;
forceRemove: boolean;
Expand Down

0 comments on commit 7911a60

Please sign in to comment.