port js files in lib and lib/containers to ts (#3957)
* rename files in lib and lib/containers to ts * add types * fix ts errors
This commit is contained in:
parent
d5d5bcc74c
commit
a1eb84d8a7
17 changed files with 163 additions and 59 deletions
3
lib/rpc.ts
Normal file
3
lib/rpc.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import RPC from './utils/rpc';
|
||||
|
||||
export default new RPC();
|
||||
Loading…
Add table
Add a link
Reference in a new issue