feat(storage-fs): adapt to the new storage option and rename the package
This commit is contained in:
parent
8e87ade5c0
commit
7d8ac9b185
8 changed files with 52 additions and 41 deletions
8
packages/storage-fs/tsconfig.json
Normal file
8
packages/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