schmulschubiak
schmulschubiak
for me it works, if I do the following: ```typescript import { Component, Prop, Vue } from 'vue-property-decorator' @Component export default class ChildComponent extends Vue { @Prop({ type: Boolean })...
You can try to set options for jLink to not to deliver header files or man pages of jdk ``` runtime { options = ['--strip-debug', '--compress', '2', '--no-header-files', '--no-man-pages'] [...]...
Ah I see, maybe copy&pasted from the react version https://github.com/react-dnd/react-dnd/blob/main/packages/test-utils/package.json