Skip to content

Commit b068e54

Browse files
author
Sotatek-TanHoang
committed
fix missing path in references in tsconfigs.json
1 parent f7522b6 commit b068e54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cli/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
{"path": "../common"},
1515
{"path": "../common-substrate"},
1616
{"path": "../common-terra"},
17-
{"path": "../validator"}
17+
{"path": "../validator"},
18+
{"path": "../common-solana"}
1819
],
1920
"include": ["src/**/*"]
2021
}

0 commit comments

Comments
 (0)