Skip to content

Commit

Permalink
fix: 🐛 typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
prc5 committed Jun 29, 2024
1 parent 9af6872 commit 4933ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"isolatedModules": true,
"noEmit": true
},
"include": ["src", "__tests__"],
"exclude": ["node_modules", "build", "dist", "rollup.config.mjs"]
"include": ["src"],
"exclude": ["node_modules", "build", "dist", "rollup.config.mjs", "__tests__"]
}

0 comments on commit 4933ebd

Please sign in to comment.