disable baseUrl

This commit is contained in:
Matthias Kretschmann 2020-10-30 16:31:22 +01:00
parent 0f9b6acee4
commit d5c217dc46
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 15 additions and 15 deletions

26
package-lock.json generated
View File

@ -3850,9 +3850,9 @@
"integrity": "sha512-p0oOHXr60hXZuLNsQ/PsOQtCfia79thm7MjPxTrnnBvD+csJoHzARYMB0IFj/KTw6U5vLXODgjJAn8x6QksLwg=="
},
"@oceanprotocol/lib": {
"version": "0.9.8",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.9.8.tgz",
"integrity": "sha512-jV7lobTXskqqmv23Vl3iQ4SZk+0FVFxLSVkXniOKOOFP0pJ0vllSNnM+wHkG4inF3HWHHyeh8AyFNTSxOUuirA==",
"version": "0.9.9",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.9.9.tgz",
"integrity": "sha512-U7lqkSFYhg0W/45ucK1/BA1Z0XH6wtGw15u5LxCzRhXWghPVzyRCkdx/xhs9LZAMl6vabWcIlnp07tMVRcNzJw==",
"requires": {
"@ethereum-navigator/navigator": "^0.5.0",
"@oceanprotocol/contracts": "^0.5.7",
@ -3867,11 +3867,11 @@
}
},
"@oceanprotocol/react": {
"version": "0.3.15",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.3.15.tgz",
"integrity": "sha512-tQxHkNeYvioJQqmvBb0QtcUzAEB3YigKf4aWIFF6te05f+oXFeuiLG7PaQFZ1+p4NgRukQyPpG4YkFPBSxOViA==",
"version": "0.3.16",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.3.16.tgz",
"integrity": "sha512-HzOlsI/LKxl01KkjNFEem7gwHWPquWcJ4o7cy8iBOIypTMOHt4bTtepobY5jP0RT04inHFuQDQYsYTDRdg8A1w==",
"requires": {
"@oceanprotocol/lib": "^0.9.8",
"@oceanprotocol/lib": "^0.9.9",
"axios": "^0.21.0",
"decimal.js": "^10.2.1",
"web3": "^1.3.0",
@ -33813,9 +33813,9 @@
},
"dependencies": {
"@types/node": {
"version": "12.19.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.2.tgz",
"integrity": "sha512-SRH6QM0IMOBBFmDiJ75vlhcbUEYEquvSuhsVW9ijG20JvdFTfOrB1p6ddZxz5y/JNnbf+9HoHhjhOVSX2hsJyA=="
"version": "12.19.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.3.tgz",
"integrity": "sha512-8Jduo8wvvwDzEVJCOvS/G6sgilOLvvhn1eMmK3TW8/T217O7u1jdrK6ImKLv80tVryaPSVeKu6sjDEiFjd4/eg=="
}
}
},
@ -34013,9 +34013,9 @@
},
"dependencies": {
"@types/node": {
"version": "12.19.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.2.tgz",
"integrity": "sha512-SRH6QM0IMOBBFmDiJ75vlhcbUEYEquvSuhsVW9ijG20JvdFTfOrB1p6ddZxz5y/JNnbf+9HoHhjhOVSX2hsJyA=="
"version": "12.19.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.3.tgz",
"integrity": "sha512-8Jduo8wvvwDzEVJCOvS/G6sgilOLvvhn1eMmK3TW8/T217O7u1jdrK6ImKLv80tVryaPSVeKu6sjDEiFjd4/eg=="
}
}
},

View File

@ -13,8 +13,8 @@
"sourceMap": true,
"noImplicitAny": true,
"skipLibCheck": true,
"allowJs": true,
"baseUrl": "./src"
"allowJs": true
//"baseUrl": "./src"
},
"exclude": ["node_modules", "public", ".cache", "*.js"],
"include": ["./src/**/*", "./tests/**/*", "./app.config.js"]