Skip to content

API Reference / @gtkx/config / ResolvedReactCompilerOptions

Type Alias: ResolvedReactCompilerOptions

ResolvedReactCompilerOptions = ReactCompilerOptions & object

Defined in: config.d.ts:18

React Compiler options resolved for the build, with the compilation target fixed to React 19.

Type Declaration

target

target: "19"

Released under the MPL-2.0 License.