verida / verida-js

The Verida SDK provides several SDKs to interact with the Verida Network
https://developers.verida.network
ISC License
1.31k stars 37 forks source link

Harmonise build configuration #417

Open aurelticot opened 6 months ago

aurelticot commented 6 months ago

The tsconfig file is redefined into every single package of this monorepo. There is a risk of having different configuration. It is already the case, some packages build into dist, others into build.

To harmonise, we can factorise the tsconfig, using a base at the root and extending it in each package.

Check https://github.com/verida/verida-js/issues/402 for part of the config