16 lines
594 B
JSON
16 lines
594 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": { "outDir": "lib", "rootDir": ".", "resolveJsonModule": true },
|
|
"include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
|
|
"files": [
|
|
"generated-artifacts/LibFeeMathTest.json",
|
|
"generated-artifacts/LibZrxToken.json",
|
|
"generated-artifacts/MixinStake.json",
|
|
"generated-artifacts/RewardVault.json",
|
|
"generated-artifacts/Staking.json",
|
|
"generated-artifacts/StakingProxy.json",
|
|
"generated-artifacts/ZrxVault.json"
|
|
],
|
|
"exclude": ["./deploy/solc/solc_bin"]
|
|
}
|