Skip to content

Commit 66edded

Browse files
committed
fix(config): explicitly include google.maps types in tsconfig
1 parent 8885fb5 commit 66edded

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"moduleResolution": "Bundler",
1919
"jsx": "react-jsx",
2020
"ignoreDeprecations": "6.0",
21+
"types": ["google.maps"],
2122
"plugins": [
2223
{
2324
"name": "next"

0 commit comments

Comments
 (0)