KotlinJsOptions
Deprecated
The kotlinOptions types are deprecated, please migrate to the compilerOptions types. More details are here: https://kotl.in/u1r8ln
Compiler options for Kotlin/JS.
Properties
Link copied to clipboard
Disable internal declaration export.
Link copied to clipboard
The kind of JS module generated by the compiler. ES modules are enabled by default in case of ES2015 target usage
Link copied to clipboard
Base name of generated files.
Link copied to clipboard
Embed source files into the source map.
Link copied to clipboard
Mode for mapping generated names to original names.
Link copied to clipboard
Add the specified prefix to the paths in the source map.
Link copied to clipboard
This option does nothing and is left for compatibility with the legacy backend. It is deprecated and will be removed in a future release.
Link copied to clipboard
Let generated JavaScript code use ES2015 classes. Enabled by default in case of ES2015 target usage