|
@@ -18,5 +18,5 @@
|
|
},
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"exclude": ["node_modules"],
|
|
"files": ["./hardhat.config.ts"],
|
|
"files": ["./hardhat.config.ts"],
|
|
- "include": ["tasks/**/*", "test/**/*", "types/**/*"]
|
|
|
|
|
|
+ "include": ["src/**/*", "tasks/**/*", "test/**/*"]
|
|
}
|
|
}
|