From 48b5a1f06e914c4dc6143cee73b880643bb23dc4 Mon Sep 17 00:00:00 2001 From: RA80533 <32469082+RA80533@users.noreply.github.com> Date: Tue, 20 Jul 2021 18:49:20 -0400 Subject: [PATCH] Enable `resolveJsonModule` --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 2f90423..af72e76 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "esModuleInterop": true, "moduleResolution": "node", "outDir": "./dist", + "resolveJsonModule": true, "rootDir": "./src", "sourceMap": true, "target": "es2015"