moduleKind

open var moduleKind: String?

The kind of JS module generated by the compiler. ES modules are enabled by default in case of ES2015 target usage

Possible values: "plain", "amd", "commonjs", "umd"

Default value: null