From a71d4dce91c7ef4ee77b61283b4e511850eb5aad Mon Sep 17 00:00:00 2001 From: Ni55aN Date: Fri, 30 Aug 2024 20:06:38 +0300 Subject: [PATCH] chore: tsconfig --- tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 9dce3e2..108617b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,4 @@ { - "compilerOptions": { - "strict": true, - "skipLibCheck": true - }, + "extends": "rete-cli/configs/tsconfig.json", "include": ["src"] }