1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-17 18:03:26 +02:00

set baseUrl

This commit is contained in:
Matthias Kretschmann 2020-10-01 17:24:43 +02:00
parent 1aac244329
commit dec789b86d
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

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