Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
samwisekind committed Oct 28, 2024
1 parent 38575d5 commit 0593bd8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"lib": [
"dom",
"dom.iterable",
"esnext"
"esnext",
],
"allowJs": true,
"skipLibCheck": true,
Expand All @@ -21,26 +21,26 @@
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
"src/*",
],
},
"plugins": [
{
"name": "next"
}
]
"name": "next",
},
],
},
"include": [
"next-env.d.ts",
"jest.config.ts",
"src/**/*.ts",
"src/**/*.tsx",
".next/types/**/*.ts"
".next/types/**/*.ts",
],
"exclude": [
"node_modules",
"jest.config.ts",
"jest.setup.ts",
"jest.env.ts",
]
],
}

0 comments on commit 0593bd8

Please sign in to comment.