mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-14 21:10:38 +01:00
commonjs lib fix
This commit is contained in:
parent
14625ff2b4
commit
c0f02bb426
@ -3,7 +3,7 @@
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"target": "es5",
|
||||
"lib": ["esnext", "dom"],
|
||||
"lib": ["es2015", "dom"],
|
||||
"outDir": "dist/cjs",
|
||||
"jsx": "react",
|
||||
"esModuleInterop": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user