diff --git a/.npmignore b/.npmignore index 4d76229750..27219c6365 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,6 @@ -.vscode -.idea -node_modules +.vscode/ +.idea/ +node_modules/ .nyc_output dump.rdb CONTRIBUTING.md @@ -8,9 +8,10 @@ CODE_OF_CONDUCT.md TODO.md GOALS.md tsconfig.json -coverage -benchmark -.github -scripts -lib - +.nycrc.json +coverage/ +benchmark/ +.github/ +scripts/ +lib/ +index.ts