Skip to content

Commit

Permalink
chore: added ts strict checking
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyewch committed Jan 31, 2024
1 parent 038ad97 commit 2dfb760
Show file tree
Hide file tree
Showing 4 changed files with 306 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"types": "./src/index.d.ts",
"scripts": {
"doBuild": "vite build",
"check": "tsc --noEmit",
"check": "tsc --noEmit && tsc-strict",
"build": "run-s check doBuild",
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\"",
"typedoc": "typedoc"
Expand All @@ -36,6 +36,7 @@
"typedoc": "^0.25.7",
"typedoc-plugin-missing-exports": "^2.2.0",
"typescript": "^5.3.3",
"typescript-strict-plugin": "^2.3.0",
"vite": "^5.0.12"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 2dfb760

Please sign in to comment.