diff --git a/tsconfig.json b/tsconfig.json index b57578e..f49fe0e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,7 +24,10 @@ "dom", "dom.iterable", "scripthost" - ] + ], + + // Custom + "resolveJsonModule": true }, "include": [ "src/**/*.ts",