Skip to content

Commit 1ad7bda

Browse files
committed
fix(react): tns options
1 parent 663cd4a commit 1ad7bda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/options.ts

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ export class Options {
9494
javascript: { type: OptionType.Boolean, hasSensitiveValue: false },
9595
ng: { type: OptionType.Boolean, hasSensitiveValue: false },
9696
angular: { type: OptionType.Boolean, hasSensitiveValue: false },
97+
react: { type: OptionType.Boolean, hasSensitiveValue: false },
98+
reactjs: { type: OptionType.Boolean, hasSensitiveValue: false },
9799
vue: { type: OptionType.Boolean, hasSensitiveValue: false },
98100
vuejs: { type: OptionType.Boolean, hasSensitiveValue: false },
99101
tsc: { type: OptionType.Boolean, hasSensitiveValue: false },

0 commit comments

Comments
 (0)