Skip to content

Commit

Permalink
Check types for package
Browse files Browse the repository at this point in the history
  • Loading branch information
mellevanderlinde committed Jan 7, 2025
1 parent aa90c2a commit 01c1036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/reading-time/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "reading-time",
"scripts": {
"build": "tsc --noEmit",
"test": "vitest run"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/reading-time/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true
}
},
"exclude": ["**/*.test.ts"]
}

0 comments on commit 01c1036

Please sign in to comment.