Improved storage loading and removed files removing from storage

This commit is contained in:
Alexander Cerutti
2023-07-30 01:47:17 +02:00
parent 2526269776
commit 5fbf28a59b
3 changed files with 19 additions and 35 deletions

View File

@@ -24,6 +24,7 @@
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"allowUnusedLabels": false,
"allowUnreachableCode": false
"allowUnreachableCode": false,
"resolveJsonModule": true
}
}