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

Commit 0898d91

Browse files
committed
add new cache field for compiler cache strategy
1 parent 654a3c8 commit 0898d91

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
@@ -61,6 +61,7 @@ export const getInitialConfig = ({
6161
grep: null
6262
},
6363
compilers: {
64+
cache: "fileSystem",
6465
solc: {
6566
settings: {
6667
//Note: The default solc version is *not* set here!

0 commit comments

Comments
 (0)