parent
9d7f1bd8b6
commit
e4c9b686cd
2
src/_tsc
2
src/_tsc
|
|
@ -168,7 +168,7 @@ local -a opts=(
|
|||
'--plugins[Specify a list of language service plugins to include]:plugins'
|
||||
'--emitDecoratorMetadata[Emit design-type metadata for decorated declarations in source files]'
|
||||
'--experimentalDecorators[Enable experimental support for legacy experimental decorators]'
|
||||
'--jsx[Specify what JSX code is generated]:type(preserve react react-native react-jsx react-jsxdev)'
|
||||
'--jsx[Specify what JSX code is generated]:type:(preserve react react-native react-jsx react-jsxdev)'
|
||||
"--jsxFactory[Specify the JSX factory function used when targeting React JSX emit]:funcname"
|
||||
"--jsxFragmentFactory[Specify the JSX Fragment reference used for fragments when targeting React JSX emit]:reference"
|
||||
'--jsxImportSource[Specify module specifier used to import the JSX factory functions]'
|
||||
|
|
|
|||
Loading…
Reference in New Issue