diff --git a/shared-tsconfig.json b/shared-tsconfig.json index 91b5f99a..4211a822 100644 --- a/shared-tsconfig.json +++ b/shared-tsconfig.json @@ -14,8 +14,6 @@ "paths": { "*": ["*", "../tests/*"] }, - "preserveWatchOutput": true, - "incremental": true, - "tsBuildInfoFile": "../.cache/kcd-scripts/.tsbuildinfo" + "preserveWatchOutput": true } }