UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
schematics
/
ng-add
/
schema.ts
11 lines
(10 loc)
•
185 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
Schema
{
form
?:
boolean
;
mock
?:
boolean
;
defaultLanguage
?:
string
;
i18n
?:
boolean
;
codeStyle
?:
boolean
;
npm
?:
boolean
;
yarn
?:
boolean
;
hmr
?:
boolean
; }