23a3c8fdd3
frontend-monorepo-127 Generalize stats page to work for all environments
34 lines
1.1 KiB
JSON
34 lines
1.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": ".",
|
|
"paths": {
|
|
"@vegaprotocol/deal-ticket": ["libs/deal-ticket/src/index.ts"],
|
|
"@vegaprotocol/graphql": ["libs/graphql/src/index.ts"],
|
|
"@vegaprotocol/market-list": ["libs/market-list/src/index.ts"],
|
|
"@vegaprotocol/network-stats": ["libs/network-stats/src/index.ts"],
|
|
"@vegaprotocol/order-list": ["libs/order-list/src/index.ts"],
|
|
"@vegaprotocol/react-helpers": ["libs/react-helpers/src/index.ts"],
|
|
"@vegaprotocol/tailwindcss-config": [
|
|
"libs/tailwindcss-config/src/index.js"
|
|
],
|
|
"@vegaprotocol/ui-toolkit": ["libs/ui-toolkit/src/index.ts"],
|
|
"@vegaprotocol/wallet": ["libs/wallet/src/index.ts"],
|
|
"@vegaprotocol/web3": ["libs/web3/src/index.ts"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "tmp"]
|
|
}
|