6 lines
208 B
Lua
6 lines
208 B
Lua
-- targets can be one of ewasm, generic, sabre, solana, substrate
|
|
return {
|
|
-- cmd = { "solc", "--lsp", "--import-path", "node_modules" },
|
|
cmd = { "solc", "--lsp", "--include-path", "../node_modules" },
|
|
}
|