Skip to content

Commit 8ec8bf8

Browse files
committed
chore: add next-env.d.ts to .eslintignore
1 parent be505d6 commit 8ec8bf8

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ web/amplifyconfiguration.json
4949
web/amplify-build-config.json
5050
web/amplify-gradle-config.json
5151
web/amplifytools.xcconfig
52+
web/next-env.d.ts

web/.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ amplifyconfiguration.json
2222
amplify-build-config.json
2323
amplify-gradle-config.json
2424
amplifytools.xcconfig
25+
26+
next-env.d.ts

web/next-env.d.ts

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

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)