Skip to content

Commit 87edc2a

Browse files
Update libs
1 parent 5b51b79 commit 87edc2a

File tree

6 files changed

+3025
-1892
lines changed

6 files changed

+3025
-1892
lines changed

.idea/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

.vscode/tasks.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"type": "npm",
6+
"script": "dev",
7+
"problemMatcher": ["$tsc"],
8+
"label": "npm: dev",
9+
"detail": "next dev"
10+
}
11+
]
12+
}

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)