select and delete multiple photos

This commit is contained in:
2022-05-02 22:03:06 +02:00
committed by Stepan Usatiuk
parent 3800f19768
commit ff058b7487
10 changed files with 277 additions and 94 deletions

View File

@@ -9,7 +9,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"noImplicitAny": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"strictFunctionTypes": true,
"strictNullChecks": true,