Fix TypeScript compilation errors
- Remove unused imports (IsString, Queue) - Remove unused variables in services.service.ts - Add skipLibCheck to worker tsconfig - Set declaration: false in API tsconfig to avoid type portability errors
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"declaration": true,
|
||||
"declaration": false,
|
||||
"removeComments": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
|
||||
Reference in New Issue
Block a user