Right now, we use TypeScript with jsdoc comments in the Style Dictionary-related code in the design-tokens package, but we don't actually check those files for validity. We should install TypeScript and add a lint:ts NPM command to check these files.
We could also consider writing these files in real TypeScript, but that would require transforming them to JS before running them.