From bf94e8decb52327ab76748563174136a740be683 Mon Sep 17 00:00:00 2001 From: WoLfulus Date: Fri, 6 Sep 2024 02:51:53 -0300 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7f9b02a..277e6a7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,8 @@ "declaration": false, "declarationMap": false, "inlineSourceMap": true, - "inlineSources": true + "inlineSources": true, + "resolveJsonModule": true }, "include": ["src/**/*.ts"], "exclude": ["node_modules", "dist"]