StorageBase

This commit is contained in:
2022-05-26 18:49:49 -05:00
commit 94126fe5f9
12 changed files with 666 additions and 0 deletions

7
examples/tsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"strict": true
}
}