Skip to content

Commit bd52453

Browse files
committed
fix: build errors (TS 6.0 deprecations and google types)
1 parent 686b923 commit bd52453

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/app/(routes)/(main)/(personal)/places/_components/map.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
'use client';
22

3+
/// <reference types="@types/google.maps" />
4+
35
/**
46
* Copyright 2025 Mike Odnis
57
*

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"module": "ESNext",
1818
"moduleResolution": "Bundler",
1919
"jsx": "react-jsx",
20+
"ignoreDeprecations": "6.0",
2021
"plugins": [
2122
{
2223
"name": "next"

0 commit comments

Comments
 (0)