We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaee65e commit b66a3c0Copy full SHA for b66a3c0
lib/definitions/project.d.ts
@@ -78,6 +78,7 @@ interface IProjectService {
78
79
interface INsConfigPlaform {
80
id?: string;
81
+ main?: string;
82
}
83
84
interface INsConfigIOS extends INsConfigPlaform {
0 commit comments