chore(medusa-dev-cli): Cleanup plugin setup (#4421)

FIXES CORE-1420

does not include ts migration
This commit is contained in:
Adrien de Peretti
2023-06-28 11:32:05 +00:00
committed by GitHub
parent 627bdb689f
commit 5a4580b6a8
8 changed files with 87 additions and 46 deletions
@@ -0,0 +1,5 @@
{
"extends": "./tsconfig.json",
"include": ["src"],
"exclude": ["node_modules"]
}