bshambaugh / did-key-creator

Other
2 stars 4 forks source link

TSC/Eslint config changes #3

Closed woody34 closed 2 years ago

woody34 commented 2 years ago
bshambaugh commented 2 years ago

I apologize for not taking a look at this Woody. I'll see if I can pull some stuff out of it that helps.

bshambaugh commented 2 years ago

"start": "tsdx watch --format cjs", in tsconfig.json is an interesting change.

It reminds me of https://esbuild.github.io/getting-started/

but it looks like I am using https://www.npmjs.com/package/escodegen to build the javascript.

but maybe the format flag is standard