From f17f772dd9589926530873369a1aba2fe044031e Mon Sep 17 00:00:00 2001 From: Emile Rolley Date: Fri, 2 Feb 2024 20:06:29 +0100 Subject: [PATCH] nitpicks: format tsconfig.json file --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index e8759a1..d08fcce 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,12 +12,12 @@ "allowJs": true, "lib": ["es2021"], "sourceMap": true, - "declaration": true + "declaration": true, }, "ts-node": { "transpileOnly": true, - "files": true + "files": true, }, "include": ["source/**/*.ts"], - "exclude": ["./node_modules/", "./dist/", "./jest.config.js", "./test/"] + "exclude": ["./node_modules/", "./dist/", "./jest.config.js", "./test/"], }