Skip to content

Commit d1eb901

Browse files
committed
enable typescript strict checking to help find more issues before manual testing. update to latest typescript. gently bump troika to get a better type shape. de-fork three-to-ammo, the commits were merged and published upstream already. make a types-project that exports the strong types from the root dir project to the admin project, so that
> hubs@0.0.1 check > tsc will cross-validate admin's usage of hubs exports. inline a few local types where external package versions we're limited to don't have them.
1 parent 4e6f688 commit d1eb901

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

admin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"check": "tsc",
2626
"storybook": "storybook dev -p 6007",
2727
"build-storybook": "storybook build"
28+
"check": "tsc"
2829
},
2930
"dependencies": {
3031
"@iarna/toml": "^2.2.3",

0 commit comments

Comments
 (0)