MrHIDEn / cstruct

Exchange binary to/from TypesSript/JavaScript
https://www.npmjs.com/package/@mrhiden/cstruct
MIT License
3 stars 2 forks source link

Version 0.10.0 and before have some 'export' issue. #31

Closed MrHIDEn closed 1 year ago

MrHIDEn commented 1 year ago

Project uses this library could not import properly. Erorr at "export ...."

MrHIDEn commented 1 year ago

I changed tsconfig.json. "module" from "esnext" to "commonejs". That solved issue.