Commit c22bb962 authored by aniket-engg's avatar aniket-engg Committed by Aniket

tsconfig updated to fix injected web3 issue

parent 7cdf5ee2
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
"compilerOptions": { "compilerOptions": {
"module": "commonjs", "module": "commonjs",
"outDir": "../../dist/out-tsc", "outDir": "../../dist/out-tsc",
"allowJs": true, "allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"declaration": true, "declaration": true,
"rootDir": "./", "rootDir": "./",
"types": ["node"] "types": ["node"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment