Skip to content

Commit

Permalink
Disable type checking for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Husky-Devel committed Nov 28, 2024
1 parent 974d460 commit dbfa5b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"jsxImportSource": "react"
},
"include": [
],
"exclude": [
"dist",
"node_modules",
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.astro",
"src/components/quoutes.jsx"
],
"exclude": [
"dist",
"node_modules"
]
}

0 comments on commit dbfa5b1

Please sign in to comment.