From a741b2f598159e1fbd6799619d0e575ad11c0256 Mon Sep 17 00:00:00 2001 From: koenkk Date: Wed, 17 Jan 2024 19:55:55 +0100 Subject: [PATCH] fix: Revert "Enable incremental TSC builds (#19293)" https://github.com/Koenkk/zigbee2mqtt/discussions/20805 --- package.json | 4 +--- tsconfig.json | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) 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/**/*",