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" ]