fixup: remove paths from tsconfig
All checks were successful
Build / build (push) Successful in 1m9s
Build Docker image / docker-amd64 (push) Successful in 1m0s
Build Docker image / docker-arm64 (push) Successful in 1m10s

This commit is contained in:
Sainan 2025-08-27 22:31:22 +02:00
parent 0bf142ed50
commit c52f7dcedc

View File

@ -105,9 +105,6 @@
/* Completeness */ /* Completeness */
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */, "skipLibCheck": true /* Skip type checking all .d.ts files. */
"paths": {
"@/*": ["./*"]
}
} }
} }