feat(plugin-storage-fs): implement the first version of the File System Storage plugin
This commit is contained in:
parent
46b9104cda
commit
0c49249bd9
6 changed files with 182 additions and 0 deletions
8
packages/plugin-storage-fs/tsconfig.json
Normal file
8
packages/plugin-storage-fs/tsconfig.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"extends": "@emigrate/tsconfig/build.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist"
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue