-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
currently rspack on the front-end builds the TS code and does not do any type checking. this needs to be changed to do the actual checking otherwise it is pointless to use TypeScript. rspack will need to be reconfigured to allow this as when I first set it up was to just get it working. the docs mentioned something about doing this so will have to revisit them and figure out how to get it setup.