🐛(app-desk) add next-env.d.ts

next-env.d.ts lot of types for the next.js.
next.js boilerplate don't version the
next-env.d.ts file, so it was being ignored by git.
This was causing the CI to fail with the ts linter.
This commit is contained in:
Anthony LC
2024-04-04 12:04:30 +02:00
committed by Anthony LC
parent c7aae51d25
commit 6e0b329b09
3 changed files with 6 additions and 1 deletions

View File

@@ -33,4 +33,3 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts