From f5aea2359e994446d5aa0b6d3b5cc04f4a259cff Mon Sep 17 00:00:00 2001 From: joseCorte-exe Date: Mon, 16 May 2022 18:22:53 -0300 Subject: [PATCH] fix image error (deploy) --- src/components/mapCard/MapCard.tsx | 1 - tsconfig.json | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/components/mapCard/MapCard.tsx b/src/components/mapCard/MapCard.tsx index 367178f..fd240af 100644 --- a/src/components/mapCard/MapCard.tsx +++ b/src/components/mapCard/MapCard.tsx @@ -1,7 +1,6 @@ import React from 'react' import Image from 'next/image' import { MapCardView } from './MapCardView' -import Link from 'next/link' interface MapCardInterface { title: string, diff --git a/tsconfig.json b/tsconfig.json index dacac97..3e0b9b3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,12 +19,7 @@ "isolatedModules": true, "jsx": "preserve" }, - "include": [ - "next-env.d.ts", - "./typings/type.d.ts", - "**/*.ts", - "**/*.tsx" - ], + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "additional.d.ts"], "exclude": [ "node_modules" ]