feat(plugin-storage-fs): implement the first version of the File System Storage plugin

This commit is contained in:
Joakim Carlstein 2023-11-16 11:07:17 +01:00
parent 46b9104cda
commit 0c49249bd9
6 changed files with 182 additions and 0 deletions

View file

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