From 559bb1911478b4b5b590f403c920f0794f9e1e4d Mon Sep 17 00:00:00 2001 From: Abanoub Ghadban Date: Wed, 18 Dec 2024 13:29:34 +0200 Subject: [PATCH] linting --- tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 9f0fe6f51..d66366c8d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,8 +12,5 @@ "target": "es5", "typeRoots": ["./node_modules/@types", "./node_package/types"] }, - "include": [ - "node_package/src/**/*", - "node_package/types/**/*" - ] + "include": ["node_package/src/**/*", "node_package/types/**/*"] }