stjude / proteinpaint

Data visualization and analysis framework focused on phenotype-molecular data integration at cohort level.
https://proteinpaint.stjude.org/
Other
14 stars 3 forks source link

Fix client tsc #1814

Closed siosonel closed 3 weeks ago

siosonel commented 3 weeks ago

Description

To test, cd client; npm run tsc. The type check has also been added to the unit test CI.

Note: Will need to eventually remove the exclude: [] entries in client/tsconfig-x.json to typecheck all client ts files, then both rollup and tsc would be able to use the same tsconfig.json.

Checklist

Check each task that has been performed or verified to be not applicable.