From c0981c6693cdcc5573d3b4bf90f098103b0f5c01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Mon, 18 Dec 2023 19:29:01 +0100 Subject: [PATCH] cosmetic --- tsconfig.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 45685ccd..5c0f3ff9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,5 +13,11 @@ "declaration": true, "declarationMap": true }, - "include": [ "src" ] + "include": [ "src" ], + "watchOptions": { + "watchFile": "useFsEvents", + "watchDirectory": "useFsEvents", + "fallbackPolling": "dynamicPriority", + "synchronousWatchDirectory": true + } }