fix(core): fix missing import in 'schema.d.ts'
This commit is contained in:
parent
379e32a1aa
commit
7911a607c2
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user