From 6343ffcfc59a2985bc89cdf904649667d8732b61 Mon Sep 17 00:00:00 2001 From: Robin Tail Date: Fri, 10 May 2024 23:22:15 +0200 Subject: [PATCH] Minor: format included entries in tsconfig. --- tsconfig.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d9fdaa0cb..2e8d506c8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,5 +5,14 @@ "moduleResolution": "Bundler", "resolveJsonModule": true }, - "include": ["src", "example", "tests/unit", "tests/system", "tests/bench", "tests/*.ts", "tools", "*.config.ts"] + "include": [ + "src", + "example", + "tests/unit", + "tests/system", + "tests/bench", + "tests/*.ts", + "tools", + "*.config.ts" + ] }