sparse-intern-71089
03/26/2019, 4:51 PMbillowy-garage-68819
03/26/2019, 4:53 PMgentle-diamond-70147
03/26/2019, 4:54 PMimport "./network.ts";
for the resources there to be picked upgentle-diamond-70147
03/26/2019, 4:55 PMgentle-diamond-70147
03/26/2019, 4:56 PMimport * as network from "./network.ts";
won't actually do anything unless you reference something from the import - e.g. export const networkId = network.networkId;
or similargentle-diamond-70147
03/26/2019, 4:56 PMimport "./network.ts";
will "execute" the resources you've defined therebillowy-garage-68819
03/26/2019, 5:25 PMorange-tailor-85423
03/26/2019, 6:10 PM