Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
456 bytes
|
Line | |
---|
1 | /**
|
---|
2 | * ng-packagr target options for Build Architect. Use to build library projects.
|
---|
3 | */
|
---|
4 | export interface Schema {
|
---|
5 | /**
|
---|
6 | * The file path for the ng-packagr configuration file, relative to the current workspace.
|
---|
7 | */
|
---|
8 | project: string;
|
---|
9 | /**
|
---|
10 | * The full path for the TypeScript configuration file, relative to the current workspace.
|
---|
11 | */
|
---|
12 | tsConfig?: string;
|
---|
13 | /**
|
---|
14 | * Run build when files change.
|
---|
15 | */
|
---|
16 | watch?: boolean;
|
---|
17 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.