93a5f911f5
* feat(#473): add positions metrics data provider * feat(#473) add positions stats * feat(#473) add positions stats * feat(#473): add positions stats * feat(#473): add positions stats * feat(#473): position metrics, test and refactoring * feat(#473): add unit tests to positions table * feat(#473): fix spelling, order positions by updated at desc * feat(#473): protect from division by 0 * feat(#473): fix trading positions e2e tests * feat(#473): fix e2e data mocks * feat(#473): post code review clean up * feat(#993): dependencies handling in data provider * feat(#993): fix e2e tests data mocks * feat(#993): remove position metrics mocks, add market data market id * feat(#993): add missing mocks, fix combine function * feat(#993): set loading initially to true, add unit tests * feat(#993): cleanup, add comments * feat(#993): remove undefined from client type * feat(#993): cosmetic changes * feat:(#993): pass informaton about update callback cause
49 lines
2.1 KiB
JSON
49 lines
2.1 KiB
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"target": "es2015",
|
|
"module": "esnext",
|
|
"lib": ["es2017", "dom"],
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"baseUrl": ".",
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"@vegaprotocol/accounts": ["libs/accounts/src/index.ts"],
|
|
"@vegaprotocol/assets": ["libs/assets/src/index.ts"],
|
|
"@vegaprotocol/candles-chart": ["libs/candles-chart/src/index.ts"],
|
|
"@vegaprotocol/cypress": ["libs/cypress/src/index.ts"],
|
|
"@vegaprotocol/deal-ticket": ["libs/deal-ticket/src/index.ts"],
|
|
"@vegaprotocol/deposits": ["libs/deposits/src/index.ts"],
|
|
"@vegaprotocol/environment": ["libs/environment/src/index.ts"],
|
|
"@vegaprotocol/fills": ["libs/fills/src/index.ts"],
|
|
"@vegaprotocol/governance": ["libs/governance/src/index.ts"],
|
|
"@vegaprotocol/market-depth": ["libs/market-depth/src/index.ts"],
|
|
"@vegaprotocol/market-list": ["libs/market-list/src/index.ts"],
|
|
"@vegaprotocol/network-info": ["libs/network-info/src/index.ts"],
|
|
"@vegaprotocol/network-stats": ["libs/network-stats/src/index.ts"],
|
|
"@vegaprotocol/orders": ["libs/orders/src/index.ts"],
|
|
"@vegaprotocol/positions": ["libs/positions/src/index.ts"],
|
|
"@vegaprotocol/react-helpers": ["libs/react-helpers/src/index.ts"],
|
|
"@vegaprotocol/smart-contracts": ["libs/smart-contracts/src/index.ts"],
|
|
"@vegaprotocol/tailwindcss-config": [
|
|
"libs/tailwindcss-config/src/index.js"
|
|
],
|
|
"@vegaprotocol/trades": ["libs/trades/src/index.ts"],
|
|
"@vegaprotocol/types": ["libs/types/src/index.ts"],
|
|
"@vegaprotocol/ui-toolkit": ["libs/ui-toolkit/src/index.ts"],
|
|
"@vegaprotocol/wallet": ["libs/wallet/src/index.ts"],
|
|
"@vegaprotocol/web3": ["libs/web3/src/index.ts"],
|
|
"@vegaprotocol/withdraws": ["libs/withdraws/src/index.ts"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "tmp"]
|
|
}
|