feat(plugin-tools): first version of the package with some nice plugin utilities

This commit is contained in:
Joakim Carlstein 2023-11-09 09:26:48 +01:00
parent cccdfb817d
commit cdafd05c20
5 changed files with 193 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{
"extends": "@emigrate/tsconfig/build.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}