diff --git a/tsconfigbase.json b/tsconfigbase.json index 6e8159814f98..9702181c4a33 100644 --- a/tsconfigbase.json +++ b/tsconfigbase.json @@ -14,6 +14,7 @@ "preserveWatchOutput": true, "resolveJsonModule": true, "target": "es2017", + "tsBuildInfoFile": ".tsbuildinfo", "types": [] } }