Browse Source

resolve json module option added

Gleb Urvanov 4 years ago
parent
commit
b0c90ab414
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/network-tests/tsconfig.json

+ 1 - 0
tests/network-tests/tsconfig.json

@@ -9,6 +9,7 @@
     "forceConsistentCasingInFileNames": true,
     "skipLibCheck": true,
     "baseUrl": ".",
+    "resolveJsonModule": true,
     "paths": {
       "@polkadot/types/augment": ["../../types/src/definitions/augment-types.ts"]
     }