Skip to content

Commit

Permalink
tsconfig udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianChiarulli committed Jun 25, 2024
1 parent efe8ef0 commit 594651d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"**/*.ts",
"**/*.tsx",
"**/*.cjs",
"**/*.js",
"**/*.js"
],
"exclude": [
"node_modules",
Expand All @@ -43,8 +43,7 @@
"coverage",
"public",
"vite.config.d.ts"
]

],
"references": [
{
"path": "./tsconfig.node.json"
Expand Down

0 comments on commit 594651d

Please sign in to comment.