From a531a9005522cdda3644e5652fd5afca3f6cbd96 Mon Sep 17 00:00:00 2001 From: Sara Mansori Date: Thu, 8 Feb 2024 17:25:59 +0100 Subject: [PATCH] fix: format --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index f6fdb65..ba2890a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "module": "esNext", "baseUrl": ".", "paths": { - "*": ["src/*"], + "*": ["src/*"] }, "esModuleInterop": true, "allowSyntheticDefaultImports": true, @@ -25,8 +25,8 @@ "experimentalDecorators": true, "emitDecoratorMetadata": true, "declaration": true, - "resolveJsonModule": true, + "resolveJsonModule": true }, "include": ["src", "external.d.ts"], - "exclude": ["dist", "es2015", "node_modules", "**/*.spec.*"], + "exclude": ["dist", "es2015", "node_modules", "**/*.spec.*"] }