Skip to content

Commit

Permalink
Simplify src code include reference from tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraBeatris committed Sep 28, 2022
1 parent 3a3bce9 commit a70afd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx"
"src/**/*",
],
"exclude": [
"node_modules"
Expand Down

1 comment on commit a70afd4

@vercel
Copy link

@vercel vercel bot commented on a70afd4 Sep 28, 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.