From 3f7e0eca604d7dbf9811993ffec04b6b1a1aa576 Mon Sep 17 00:00:00 2001 From: hjonasson Date: Fri, 17 Nov 2023 11:20:59 +1300 Subject: [PATCH] Unformat tsconfig to reduce noise --- tsconfig.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index fa2c4df..0e1c1c2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,14 @@ "isolatedModules": true, "strictNullChecks": true, "esModuleInterop": true, - "lib": ["DOM", "ES5", "ES6", "ES7"] - }, - "include": ["**/*.ts"] -} + "lib": [ + "DOM", + "ES5", + "ES6", + "ES7" + ] + }, + "include": [ + "**/*.ts" + ] +} \ No newline at end of file