diff --git a/tsconfig.json b/tsconfig.json index 77940dd..3aaf0da 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ { "compileOnSave": false, "compilerOptions": { + "resolveJsonModule": true, "outDir": "./dist/out-tsc", "forceConsistentCasingInFileNames": true, "strict": true,