Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 071cd0f

Browse files
committed
add new cache field for compiler cache strategy
1 parent 178eaa5 commit 071cd0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/config/src/configDefaults.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export const getInitialConfig = ({
5656
grep: null
5757
},
5858
compilers: {
59+
cache: "fileSystem",
5960
solc: {
6061
settings: {
6162
//Note: The default solc version is *not* set here!

0 commit comments

Comments
 (0)