@@ -15,34 +15,35 @@ export class Options extends commonOptionsLibPath.OptionsBase {
15
15
framework : { type : OptionType . String } ,
16
16
frameworkVersion : { type : OptionType . String } ,
17
17
copyFrom : { type : OptionType . String } ,
18
- linkTo : { type : OptionType . String } ,
18
+ linkTo : { type : OptionType . String } ,
19
19
symlink : { type : OptionType . Boolean } ,
20
20
forDevice : { type : OptionType . Boolean } ,
21
- client : { type : OptionType . Boolean , default : true } ,
21
+ client : { type : OptionType . Boolean , default : true } ,
22
22
production : { type : OptionType . Boolean } ,
23
- debugTransport : { type : OptionType . Boolean } ,
23
+ debugTransport : { type : OptionType . Boolean } ,
24
24
keyStorePath : { type : OptionType . String } ,
25
- keyStorePassword : { type : OptionType . String , } ,
25
+ keyStorePassword : { type : OptionType . String , } ,
26
26
keyStoreAlias : { type : OptionType . String } ,
27
27
keyStoreAliasPassword : { type : OptionType . String } ,
28
- ignoreScripts : { type : OptionType . Boolean } ,
29
- disableNpmInstall : { type : OptionType . Boolean } ,
28
+ ignoreScripts : { type : OptionType . Boolean } ,
29
+ disableNpmInstall : { type : OptionType . Boolean } ,
30
30
tnsModulesVersion : { type : OptionType . String } ,
31
- compileSdk : { type : OptionType . Number } ,
31
+ compileSdk : { type : OptionType . Number } ,
32
32
port : { type : OptionType . Number } ,
33
33
copyTo : { type : OptionType . String } ,
34
34
baseConfig : { type : OptionType . String } ,
35
35
platformTemplate : { type : OptionType . String } ,
36
- ng : { type : OptionType . Boolean } ,
37
- tsc : { type : OptionType . Boolean } ,
38
- bundle : { type : OptionType . Boolean } ,
39
- all : { type : OptionType . Boolean } ,
36
+ ng : { type : OptionType . Boolean } ,
37
+ tsc : { type : OptionType . Boolean } ,
38
+ androidTypings : { type : OptionType . Boolean } ,
39
+ bundle : { type : OptionType . Boolean } ,
40
+ all : { type : OptionType . Boolean } ,
40
41
teamId : { type : OptionType . String } ,
41
42
rebuild : { type : OptionType . Boolean , default : true } ,
42
43
syncAllFiles : { type : OptionType . Boolean } ,
43
44
liveEdit : { type : OptionType . Boolean }
44
45
} ,
45
- path . join ( $hostInfo . isWindows ? process . env . AppData : path . join ( osenv . home ( ) , ".local/share" ) , ".nativescript-cli" ) ,
46
+ path . join ( $hostInfo . isWindows ? process . env . AppData : path . join ( osenv . home ( ) , ".local/share" ) , ".nativescript-cli" ) ,
46
47
$errors , $staticConfig ) ;
47
48
48
49
// On Windows we moved settings from LocalAppData to AppData. Move the existing file to keep the existing settings
0 commit comments