|
13 | 13 | "$source": "projectName" |
14 | 14 | } |
15 | 15 | }, |
16 | | - "universalProject": { |
17 | | - "type": "string", |
18 | | - "description": "The name of related Universal app.", |
19 | | - "x-deprecated": "This option has no effect." |
20 | | - }, |
21 | 16 | "route": { |
22 | 17 | "type": "string", |
23 | 18 | "description": "Route path used to produce the app shell.", |
24 | 19 | "default": "shell" |
25 | 20 | }, |
26 | | - "name": { |
27 | | - "type": "string", |
28 | | - "format": "html-selector", |
29 | | - "description": "The HTML selector of the Universal app", |
30 | | - "x-deprecated": "This option has no effect." |
31 | | - }, |
32 | 21 | "appId": { |
33 | 22 | "type": "string", |
34 | 23 | "format": "html-selector", |
35 | 24 | "description": "The app ID to use in withServerTransition().", |
36 | 25 | "default": "serverApp" |
37 | 26 | }, |
38 | | - "outDir": { |
39 | | - "type": "string", |
40 | | - "format": "path", |
41 | | - "description": "The output directory for build results.", |
42 | | - "default": "dist-server", |
43 | | - "x-deprecated": "This option has no effect." |
44 | | - }, |
45 | | - "root": { |
46 | | - "type": "string", |
47 | | - "format": "path", |
48 | | - "description": "The root directory of the app.", |
49 | | - "default": "src", |
50 | | - "x-deprecated": "This option has no effect." |
51 | | - }, |
52 | | - "index": { |
53 | | - "type": "string", |
54 | | - "format": "path", |
55 | | - "description": "The name of the index file", |
56 | | - "default": "index.html", |
57 | | - "x-deprecated": "This option has no effect." |
58 | | - }, |
59 | 27 | "main": { |
60 | 28 | "type": "string", |
61 | 29 | "format": "path", |
62 | 30 | "description": "The name of the main entry-point file.", |
63 | 31 | "default": "main.server.ts" |
64 | 32 | }, |
65 | | - "test": { |
66 | | - "type": "string", |
67 | | - "format": "path", |
68 | | - "description": "The name of the test entry-point file.", |
69 | | - "x-deprecated": "This option has no effect." |
70 | | - }, |
71 | | - "tsconfigFileName": { |
72 | | - "type": "string", |
73 | | - "format": "path", |
74 | | - "default": "tsconfig.server", |
75 | | - "description": "The name of the TypeScript configuration file." |
76 | | - }, |
77 | | - "testTsconfigFileName": { |
78 | | - "type": "string", |
79 | | - "format": "path", |
80 | | - "description": "The name of the TypeScript configuration file for tests.", |
81 | | - "default": "tsconfig.spec", |
82 | | - "x-deprecated": "This option has no effect." |
83 | | - }, |
84 | 33 | "appDir": { |
85 | 34 | "type": "string", |
86 | 35 | "format": "path", |
|
99 | 48 | "description": "The name of the root module class.", |
100 | 49 | "default": "AppServerModule" |
101 | 50 | }, |
102 | | - "sourceDir": { |
| 51 | + "tsconfigFileName": { |
103 | 52 | "type": "string", |
104 | | - "format": "path", |
105 | | - "description": "The path of the source directory.", |
106 | | - "default": "src", |
107 | | - "alias": "D", |
108 | | - "x-deprecated": "This option has no effect." |
| 53 | + "default": "tsconfig.server", |
| 54 | + "description": "The name of the TypeScript configuration file." |
109 | 55 | } |
110 | 56 | }, |
111 | 57 | "required": [ |
|
0 commit comments