danibram / mocker-data-generator

A simplified way to generate masive mock data based on a schema, you can use the awesome fake/random data generators like (FakerJs, ChanceJs, CasualJs and RandExpJs)
https://danibram.github.io/mocker-data-generator/
MIT License
426 stars 45 forks source link

tsconfig source map cause warning in CRA applications #125

Closed mrosm20 closed 1 year ago

mrosm20 commented 1 year ago

In tsconfig.json you have the compilerOptions settings with "sourceMap": true. However, you publish the library without the source code. This will cause warning in a create react application. I was hoping you could set the flag to "false" when publishing.

danibram commented 1 year ago

I reach so late on this issue, this is fixed in last version!Thanks for the time and for using this lib!