cheminto-types package is now a project containing only typescript definitions
When I do a npm prepack it will not create lib and lib-esm and I wonder if this is normal especially that those 2 folders are referenced in package.json
https://github.com/cheminfo/cheminfo-types/blob/main/package.json#L5-L7
And even in another typescriptpackage I can not import the definition without specifying the full path like:
import type { OneLowerCase, Spectrum, SpectrumVariables } from 'cheminfo-types/src/index';
@targos Please could you help me to setup this project correctly ?
cheminto-types package is now a project containing only typescript definitions
When I do a
npm prepackit will not createlibandlib-esmand I wonder if this is normal especially that those 2 folders are referenced inpackage.jsonhttps://github.com/cheminfo/cheminfo-types/blob/main/package.json#L5-L7
And even in another
typescriptpackage I can not import the definition without specifying the full path like:import type { OneLowerCase, Spectrum, SpectrumVariables } from 'cheminfo-types/src/index';@targos Please could you help me to setup this project correctly ?