-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
meta: adjustment for builtin plugin directories #46
Conversation
And how about creating a shared |
For lerna practise, I follow some guides online. I guess it's recommended to create separate tsconfig for each package and extends a common tsconfig since package should be regarded as independent pacakge? How do you think |
Thanks for the guideline link, and how about tweaking our
And there are some notes for the above:
|
* rename plugins * move plugins into plugin folder * change package.json and tfconfig.json accordingly * fix eof * fix .npmignore for python-node * fix package-lock rm * fix package-lock rm
This PR includes:
@yorkie Please have a review please