Skip to content

Commit ea32003

Browse files
committed
build fix
1 parent a3c35ad commit ea32003

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

next-env.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
/// <reference path="./.next/types/routes.d.ts" />
43

54
// NOTE: This file should not be edited
6-
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
5+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"ignoreDeprecations": "6.0",
3+
"ignoreDeprecations": "5.0",
44
"target": "es2017",
55
"lib": ["dom", "dom.iterable", "esnext"],
66
"allowJs": true,

0 commit comments

Comments
 (0)