1
0
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:
Matthias Kretschmann 2020-07-18 03:46:52 +02:00
parent 14625ff2b4
commit c0f02bb426
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -3,7 +3,7 @@
"module": "commonjs",
"moduleResolution": "node",
"target": "es5",
"lib": ["esnext", "dom"],
"lib": ["es2015", "dom"],
"outDir": "dist/cjs",
"jsx": "react",
"esModuleInterop": true,