From 9f3c0cb518a1c4adb4425fb211bef85702068ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Mon, 22 Jan 2024 21:43:29 +0100 Subject: [PATCH] Code formatting [skip ci] --- src/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tsconfig.json b/src/tsconfig.json index 72dbbea1..b9cbf2f2 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../tsconfig.json", + "extends": "../tsconfig", "include": ["**/*.ts"], "compilerOptions": { "declaration": true,