From d52b9b21fffa58db6aa73478337f77162536ffa1 Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Fri, 27 May 2022 22:51:08 +0200 Subject: [PATCH] Add support for resolving json imports --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 6497d64..aa3d473 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "strict": true, "jsx": "preserve", "moduleResolution": "node", + "resolveJsonModule": true, "experimentalDecorators": true, "skipLibCheck": true, "esModuleInterop": true,