File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1010
1111npm run lint
1212npm run test
13+ npm run tsc
Original file line number Diff line number Diff line change 1919 "lint" : " eslint ." ,
2020 "lint:fix" : " eslint --fix ." ,
2121 "test" : " echo OK" ,
22+ "tsc" : " tsc --noEmit" ,
2223 "prepare" : " husky" ,
23- "preversion" : " npm run lint && npm run test && npm run build" ,
24+ "preversion" : " npm run lint && npm run test && npm run tsc && npm run build" ,
2425 "version" : " conventional-changelog -r 1 -p conventionalcommits -t v && git add CHANGELOG.md"
2526 },
2627 "repository" : {
6768 "peerDependencies" : {
6869 "eslint" : " >= 9"
6970 }
70- }
71+ }
Original file line number Diff line number Diff line change 1010 "esModuleInterop" : true ,
1111 "allowSyntheticDefaultImports" : true ,
1212 "experimentalDecorators" : true ,
13- "declaration" : true ,
1413 "sourceMap" : true ,
1514 "strictNullChecks" : true ,
1615 "isolatedModules" : true ,
You can’t perform that action at this time.
0 commit comments