Olivier Biot
Olivier Biot
I modified it to only generate one `.d.ts` file : `"types": "tsc build/melonjs.module.js --declaration --allowJs --emitDeclarationOnly --outdir dist"` would this be working on your side ? I'd rather keep only...
the funny thing is that If I remember correctly, my version of the fix used to be the way we used to generate the .d.ts file initially, but then when...
alright, separate files it is then ! I'll push the changes in the repo and publish a new version today ! thanks again really for your help on this
14.1.2 published on NPM: https://www.npmjs.com/package/melonjs/v/14.1.2 let me know if it all works as expected now, and then I'll close this ticket :)
ok, now I remember why we switched to the build file to generate the ts definition. Reason being those files that are being converted to either [base64](https://github.com/melonjs/melonJS/blob/master/rollup.config.mjs#L79) or [JS/JSON](https://github.com/melonjs/melonJS/blob/master/rollup.config.mjs#L39) before...
Hi @lartkma, see the last commit, where I added a tsconfig file. rather than excluding the probllematic files, I included on the .js ones, let me know if it works...
@lartkma any feedback by any chance ?
> And after some try I success to launch the "Hello World". Here my code : https://framagit.org/lascapi/melonjs-in-angular/ > > Thank's for your work :) that's awesome, sorry for the late...
> > @lartkma any feedback by any chance ? > > I've just tested it, and it seems to work. I can compile the test project and I got the...
version 14.2 released, and the JS-ES6 boilerplate updated accordingly.; I'm closing this one as I believe we are done, but @lartkma (once you are back from the holiday break), my...