Closed mixmix closed 4 months ago
NOTE a lot of the ugliness of import { thing } from './utils/index.js'
is because we have been leaning on the default CJS pattern of "yeah gimme a folder and I'll try the index.js file I guess".
If we re-work file/folder structure we can make it nicer like import { thing } from './utils.js'
closing in favor of #402
Changes TS build:
tsc
(no build step)type: module
ESM setup :cry:tsconfig.json
down, leave important notesThe tests all pass, BUT I've not been able to
yarn link
it in to@entropyxyz/cli
becausedev
is broken at the moment.... oh I should try it inmain
...