rm -f  ./package-lock.json
rm -rf ./node_modules
rm -rf ./build
rm -rf ./lib
rm -rf ./coverage
rm -rf ./junit
rm -rf ./ts_out
rm -rf ./tests/ts_out

rm -rf ./examples/package-lock.json
rm -rf ./examples/node_modules
rm -rf ./examples/build/*bundle*
rm -rf ./examples/ts_out

rm -rf ./sandbox/package-lock.json
rm -rf ./sandbox/node_modules
rm -rf ./sandbox/dist
rm -rf ./sandbox/ts_out
rm -rf ./sandbox/build

rm -rf ./sandbox_simple/package-lock.json
rm -rf ./sandbox_simple/node_modules
rm -rf ./sandbox_simple/build
