25 lines
1.2 KiB
JSON
25 lines
1.2 KiB
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": { "outDir": "lib", "rootDir": ".", "resolveJsonModule": true },
|
|
"include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
|
|
"files": [
|
|
"generated-artifacts/TestFramework.json",
|
|
"test/generated-artifacts/ChainlinkStopLimit.json",
|
|
"test/generated-artifacts/IChainlinkAggregator.json",
|
|
"test/generated-artifacts/TestChainlinkAggregator.json",
|
|
"test/generated-artifacts/TestContractWrapper.json",
|
|
"test/generated-artifacts/TestDydxUser.json",
|
|
"test/generated-artifacts/TestEth2Dai.json",
|
|
"test/generated-artifacts/TestEth2DaiBridge.json",
|
|
"test/generated-artifacts/TestFixinProtocolFeesIntegration.json",
|
|
"test/generated-artifacts/TestFramework.json",
|
|
"test/generated-artifacts/TestMainnetAggregatorFills.json",
|
|
"test/generated-artifacts/TestSignatureValidationWallet.json",
|
|
"test/generated-artifacts/TestStaking.json",
|
|
"test/generated-artifacts/TestUniswapBridge.json",
|
|
"test/generated-artifacts/TestUniswapExchange.json",
|
|
"test/generated-artifacts/TestUniswapExchangeFactory.json",
|
|
"test/generated-artifacts/TestWethIntegration.json"
|
|
]
|
|
}
|