packageJsonFile

@get:InputFile
@get:Optional
@get:PathSensitive(value = PathSensitivity.RELATIVE)
abstract val packageJsonFile: RegularFileProperty

If set, fully disregards main, types&packageJson configurations. Used as-is.

See also