fix: resolve all issues in npm run check (#70)

Co-authored-by: Ax333l <main@axelen.xyz>
This commit is contained in:
afn
2023-02-27 16:16:56 -05:00
committed by GitHub
parent 8720546722
commit 458cf9bcc6
23 changed files with 114 additions and 96 deletions

12
src/app.d.ts vendored
View File

@@ -9,3 +9,15 @@ declare namespace App {
// interface Session {}
// interface Stuff {}
}
declare module "*&picture" {
/**
* actual types
* taken from https://github.com/JonasKruckenberg/imagetools/issues/160#issuecomment-1009292026
* - code https://github.com/JonasKruckenberg/imagetools/blob/main/packages/core/src/output-formats.ts
* - docs https://github.com/JonasKruckenberg/imagetools/blob/main/docs/guide/getting-started.md#metadata
*/
const out;
export default out;
}