15 lines
624 B
JSON
15 lines
624 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": { "outDir": "lib", "rootDir": ".", "resolveJsonModule": true },
|
|
"include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
|
|
"files": [
|
|
"generated-artifacts/TestFramework.json",
|
|
"test/generated-artifacts/TestEth2Dai.json",
|
|
"test/generated-artifacts/TestEth2DaiBridge.json",
|
|
"test/generated-artifacts/TestFramework.json",
|
|
"test/generated-artifacts/TestUniswapBridge.json",
|
|
"test/generated-artifacts/TestUniswapExchange.json",
|
|
"test/generated-artifacts/TestUniswapExchangeFactory.json"
|
|
]
|
|
}
|