overture-stack / iobio-components

0 stars 1 forks source link

Bug - Solve Build Errors #58

Open demariadaniel opened 3 weeks ago

demariadaniel commented 3 weeks ago

Iobio Components yields several errors on running pnpm run build which need to be cleaned up

Module './components/coverage_depth' was resolved to '/Users/ddemaria/Documents/iobio-components/packages/iobio-react-components/src/components/coverage_depth.tsx', but '--jsx' is not set

Cannot find module './utils', Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option

Dynamic imports are only supported when the '--module' flag is set to 'es2020 'es2022', 'esnext', 'commonjs', 'amd', 'system', 'umd', 'node16', or 'nodenext`