tsconfig updated to fix injected web3 issue

pull/697/head
aniket-engg 4 years ago committed by Aniket
parent 7cdf5ee265
commit c22bb96242
  1. 3
      libs/remix-debug/tsconfig.lib.json

@ -3,7 +3,8 @@
"compilerOptions": {
"module": "commonjs",
"outDir": "../../dist/out-tsc",
"allowJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"declaration": true,
"rootDir": "./",
"types": ["node"]

Loading…
Cancel
Save