diff --git a/package.json b/package.json index 7c9a7d9..2e68cd0 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "barrels": "barrelsby --delete --location all --directory src --exclude '(tests|cli|tools)'", "prebuild": "run-s barrels lint format clean", "build": "tsc", - "clean": "rimraf lib", + "clean": "rimraf lib *.tsbuildinfo", "commitmsg": "commitlint -E GIT_PARAMS", "format": "prettier src --write \"**/*.ts\" --loglevel warn", "lint": "eslint -c .eslintrc.yml src/**/*.ts --fix",