From c9ba95da2907d882973c23e697d603c70eeaa329 Mon Sep 17 00:00:00 2001 From: KingRayhan Date: Thu, 18 May 2023 19:52:55 +0600 Subject: [PATCH] vercel.json --- src/api/users/dto/user-list-query.dto.ts | 2 +- tsconfig.json | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/api/users/dto/user-list-query.dto.ts b/src/api/users/dto/user-list-query.dto.ts index 3f47ec4..61d8495 100644 --- a/src/api/users/dto/user-list-query.dto.ts +++ b/src/api/users/dto/user-list-query.dto.ts @@ -1,5 +1,5 @@ -import { CommonPaginationDto } from '@/shared/dto/CommonPaginationDto'; import { InputType } from '@nestjs/graphql'; +import { CommonPaginationDto } from '../../../shared/dto/CommonPaginationDto'; @InputType() export class UserListQueryDto extends CommonPaginationDto {} diff --git a/tsconfig.json b/tsconfig.json index c5278fb..c045a0a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,10 +9,6 @@ "target": "es6", "sourceMap": true, "outDir": "./dist", - "baseUrl": "./src", - "paths": { - "@/*": ["*"] - }, "incremental": true, "skipLibCheck": true, "strictNullChecks": false,