From e03cceeff52420b0472c249458dedc35bad4be99 Mon Sep 17 00:00:00 2001 From: Hristo Gatsinski Date: Wed, 15 Jan 2025 10:48:28 +0200 Subject: [PATCH] docs: remove `;` from the configuration example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 079b39d..3068644 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ module.exports = [{ "other-packages/*/tsconfig.json" ] }), - ]; + ] } }] ```