diff --git a/pkg/deployments/tsconfig.json b/pkg/deployments/tsconfig.json index eb77aed915..bd9bd069f8 100644 --- a/pkg/deployments/tsconfig.json +++ b/pkg/deployments/tsconfig.json @@ -6,7 +6,7 @@ "outDir": "dist", "resolveJsonModule": true }, - "include": ["index.ts", "src", "tasks/**/abi/*.json", "tasks/**/bytecode/*.json", "tasks/**/output/*.json"], + "include": ["index.ts", "src", "addresses/**/*.json", "tasks/**/abi/*.json", "tasks/**/bytecode/*.json", "tasks/**/output/*.json"], "exclude": ["tasks/**/test", "tasks/**/output/test.json"], "files": ["./hardhat.config.ts"] }