From 03b7aeee756b907b1c04737e05460c2d4857f8f2 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 23 Feb 2024 09:57:33 +0000 Subject: [PATCH] prettier Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- tsconfig.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 77750471ea..6cf23bc377 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ "declaration": true, "jsx": "react", "lib": ["es2021", "dom", "dom.iterable"], - "strict": true, + "strict": true }, "include": [ "./node_modules/matrix-js-sdk/src/@types/*.d.ts", @@ -26,12 +26,12 @@ "./src/**/*.tsx", "./test/**/*.ts", "./test/**/*.tsx", - "./scripts/*.ts", + "./scripts/*.ts" ], "ts-node": { "files": true, "moduleTypes": { - "*": "cjs", - }, - }, + "*": "cjs" + } + } }