cookies icon indicating copy to clipboard operation
cookies copied to clipboard

fix: move index to src instead of root

Open jmcdo29 opened this issue 5 years ago • 1 comments

chore: clean up imports and configs

I have a preference of having my imports alphabetized by package name. You're absolutely welcome to ask me to revert those changes, it's just a preference of mine. I updated the build command to use the specific tsconfig.build.json that will allow for the base tsconfig.json to reference all ts files, while the build one only references the src directory. Also switched out rm -rf for rimraf to take into account those who may be on windows (and as the package was already installed). All tests still pass, and the Node REPL pulls in the correct functions when using require('./').

fix #9

jmcdo29 avatar May 02 '20 05:05 jmcdo29

Hi @jmcdo29 and @johnbiundo, I'm running into the same problem as #9, the dist folder wasn't included in the npm package. Can we got this PR merged and publish a new version?

yuezk avatar Sep 09 '20 06:09 yuezk