From 4aadbecaf36e1b35d46d3f37ccc5b3e45c5a58d0 Mon Sep 17 00:00:00 2001 From: d-yokoi Date: Sat, 23 Mar 2019 20:45:13 +0900 Subject: [PATCH] enable resolveJsonModule --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f770a45..f096ab1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,7 +20,8 @@ "alwaysStrict": true, "esModuleInterop": false, "noUnusedLocals": true, - "noUnusedParameters": true + "noUnusedParameters": true, + "resolveJsonModule": true }, "include": [ "ts_src/**/*.ts"