From 184c337d900b115333d3a444224b578bce4f26b0 Mon Sep 17 00:00:00 2001 From: Kir_Antipov Date: Tue, 7 Dec 2021 21:16:10 +0300 Subject: [PATCH] Enabled importing .json files --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 1a6fbe4..7d8a594 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,5 +7,6 @@ "moduleResolution": "node", "baseUrl": "./src", "outDir": "./dist", + "resolveJsonModule": true, }, } \ No newline at end of file