Commit 7bcc729 1 parent d6ee0f9 commit 7bcc729 Copy full SHA for 7bcc729
File tree 4 files changed +16
-1
lines changed
4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ localhost.web-client.getpocket.com-key.pem
122
122
localhost.web-client.getpocket.com.pem
123
123
124
124
# Typescript
125
- next-env.d.ts
125
+ # next-env.d.ts
126
126
schema.graphql
127
127
128
128
# turbo
Original file line number Diff line number Diff line change
1
+ /// <reference types="next" />
2
+ /// <reference types="next/image-types/global" />
3
+
4
+ // NOTE: This file should not be edited
5
+ // see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
Original file line number Diff line number Diff line change
1
+ /// <reference types="next" />
2
+ /// <reference types="next/image-types/global" />
3
+
4
+ // NOTE: This file should not be edited
5
+ // see https://nextjs.org/docs/basic-features/typescript for more information.
Original file line number Diff line number Diff line change
1
+ /// <reference types="next" />
2
+ /// <reference types="next/image-types/global" />
3
+
4
+ // NOTE: This file should not be edited
5
+ // see https://nextjs.org/docs/basic-features/typescript for more information.
You can’t perform that action at this time.
0 commit comments