From 67e51c634252a08c58decda1a4527911089361af Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 10 Oct 2023 14:48:38 +0300 Subject: Update packages --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 0669399..00f0427 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,8 @@ "forceConsistentCasingInFileNames": true, "esModuleInterop": true, "resolveJsonModule": true, - "isolatedModules": true + "isolatedModules": true, + "incremental": true }, "exclude": [ "node_modules" @@ -31,4 +32,4 @@ "**/*.ts", "**/*.tsx" ] -} \ No newline at end of file +} -- cgit v1.3