Skip to content

Commit

Permalink
chore: use typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass committed Mar 15, 2022
1 parent d3a4dff commit 6f4350b
Show file tree
Hide file tree
Showing 26 changed files with 185 additions and 198 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ yarn-error.log*
# vercel
.vercel

# typescript
tsconfig.tsbuildinfo

# cypress
cypress/downloads
cypress/videos
Expand Down
1 change: 1 addition & 0 deletions cypress/support/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
5 changes: 5 additions & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
Loading

1 comment on commit 6f4350b

@vercel
Copy link

@vercel vercel bot commented on 6f4350b Mar 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.