Skip to content

feat: add TypeScript path aliases for better imports #15

feat: add TypeScript path aliases for better imports

feat: add TypeScript path aliases for better imports #15

Triggered via push November 18, 2025 12:14
Status Success
Total duration 49s
Artifacts

ci.yml

on: push
Lint and Type Check
44s
Lint and Type Check
Security Scan
20s
Security Scan
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 3 warnings
Security Scan
Resource not accessible by integration
Security Scan
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
Lint and Type Check: lib/arcium/features/privateIdentity.ts#L10
Cannot find module '@noble/hashes/sha256' or its corresponding type declarations.
Lint and Type Check: lib/arcium/features/privateIdentity.ts#L9
Cannot find module 'tweetnacl-util' or its corresponding type declarations.
Lint and Type Check: lib/arcium/features/privateIdentity.ts#L8
Cannot find module 'tweetnacl' or its corresponding type declarations.
Lint and Type Check: lib/arcium/client.ts#L10
Cannot find module '@noble/curves/secp256k1' or its corresponding type declarations.
Lint and Type Check: lib/arcium/client.ts#L9
Cannot find module '@noble/hashes/sha256' or its corresponding type declarations.
Lint and Type Check: lib/arcium/client.ts#L8
Cannot find module 'tweetnacl-util' or its corresponding type declarations.
Lint and Type Check: lib/arcium/client.ts#L7
Cannot find module 'tweetnacl' or its corresponding type declarations.
Lint and Type Check: app/api/p2p/orders/route.ts#L9
Argument of type 'string' is not assignable to parameter of type '"buy" | "sell"'.
Lint and Type Check: app/api/p2p/create/route.ts#L27
Object literal may only specify known properties, and 'status' does not exist in type '{ wallet: string; type: "buy" | "sell"; amount: number; price: number; }'.
Lint and Type Check: app/api/charging/book-private/route.ts#L219
Object literal may only specify known properties, and 'encryptedData' does not exist in type '{ chargeId: string; stationId: string; wallet: string; kwh: number; totalCost: number; status: "completed" | "active" | "cancelled"; explorerLink: string; signature: string; memo?: string | undefined; }'.
Security Scan
Resource not accessible by integration
Security Scan
Resource not accessible by integration
Security Scan
Resource not accessible by integration