[rpc-client] use src->lib pattern, i guess i see why people do it.

This commit is contained in:
41666 2019-04-16 08:50:09 -05:00
parent c706f25214
commit e86f7ff68e
No known key found for this signature in database
GPG key ID: BC51D07640DC10AF
10 changed files with 45 additions and 29 deletions

View file

@ -1,9 +1,5 @@
{
"presets": [ ["@babel/preset-env", {
"targets": {
"node": true
}
}], "@babel/preset-flow" ],
"presets": [ "@babel/preset-env", "@babel/preset-flow" ],
"plugins": [
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-proposal-class-properties",