File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1616 "lint" : " eslint **/*.ts" ,
1717 "lint:fix" : " eslint --fix **/*.ts" ,
1818 "format" : " prettier **/*.ts --write" ,
19- "test " : " vitest " ,
20- "docs " : " typedoc "
19+ "docs " : " typedoc " ,
20+ "test " : " vitest "
2121 },
2222 "workspaces" : [
2323 " core" ,
3434 "prettier" : " ^3.6.2" ,
3535 "prettier-plugin-organize-imports" : " ^4.3.0" ,
3636 "typedoc" : " ^0.28.14" ,
37- "typedoc-material-theme" : " ^1.4.0" ,
3837 "typedoc-theme-fresh" : " ^0.2.1" ,
3938 "typedoc-github-theme" : " ^ 0.3.1" ,
40- "varvara-typedoc-theme" : " ^0.3.8" ,
4139 "typescript" : " ^5.9.2" ,
4240 "typescript-eslint" : " ^8.46.0" ,
4341 "vitest" : " ^3.2.4"
Original file line number Diff line number Diff line change 77 "readme" : " none" ,
88 "excludePrivate" : true ,
99 "tsconfig" : " ./tsconfig.json" ,
10-
1110 "plugin" : [
12- " typedoc-theme-fresh"
11+ " typedoc-theme-fresh" ,
12+ " typedoc-github-theme"
1313 ],
1414 "theme" : " fresh" ,
1515 "excludeExternals" : true
You can’t perform that action at this time.
0 commit comments