From 6e1c767dbbfa2abf43992259cad5d91498dd521e Mon Sep 17 00:00:00 2001 From: Mirco Sanguineti <19243840+msanguineti@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:11:42 +0200 Subject: [PATCH] style: format files --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 622ebc80..be3f1bf8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,8 +10,8 @@ "forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */, "strict": true /* Enable all strict type-checking options. */, "noImplicitAny": true /* Enable error reporting for expressions and declarations with an implied 'any' type. */, - "skipLibCheck": true /* Skip type checking all .d.ts files. */, + "skipLibCheck": true /* Skip type checking all .d.ts files. */ }, "exclude": ["node_modules"], - "include": ["src", "tests"], + "include": ["src", "tests"] }