diff --git a/tsconfig.json b/tsconfig.json index 1ea894eb6..a01d43efc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,9 @@ "./test-utils.ts", "tasks/enableL1TokenAcrossEcosystem.ts", "utils/utils.ts", - "src/types" + "src/types", + "tasks", + "deploy" ], "files": ["./hardhat.config.ts"] }