diff --git a/package.json b/package.json index 1533f7e459..cbc6aef3a4 100644 --- a/package.json +++ b/package.json @@ -26,9 +26,7 @@ "start": "node index.js", "test-with-coverage": "jest test --coverage", "test": "jest test", - "test-watch": "jest test --watch", - "clean": "rimraf coverage dist tsconfig.tsbuildinfo", - "prepack": "npm run clean && npm run build" + "test-watch": "jest test --watch" }, "author": "Koen Kanters", "license": "GPL-3.0", diff --git a/tsconfig.json b/tsconfig.json index 9a8d009722..9940e8b41a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,8 +16,7 @@ "rootDir": "lib", "inlineSourceMap": true, "resolveJsonModule": true, - "experimentalDecorators": true, - "incremental": true + "experimentalDecorators": true }, "include": [ "lib/**/*",