20 lines
634 B
JSON
20 lines
634 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": ".",
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
|
|
"files": [
|
|
"./generated-artifacts/TestConstants.json",
|
|
"./generated-artifacts/TestLibBytes.json",
|
|
"./generated-artifacts/IOwnable.json",
|
|
"./generated-artifacts/Ownable.json",
|
|
"./generated-artifacts/LibBytes.json",
|
|
"./generated-artifacts/SafeMath.json",
|
|
"./generated-artifacts/ReentrancyGuard.json"
|
|
],
|
|
"exclude": ["./deploy/solc/solc_bin"]
|
|
}
|