WIP.
If you are using VSCode as code editor (also the recommended code editor for this project), select the typescript version of this project from node_modules, rather than using the default typescript version in VSCode, or the CSS Module Plugin for TypeScript might not work, which will cause inconvenience when using CSS Modules.
- Open any TypeScript file in VSCode in this repository.
- Open the command panel (usually ⇧⌘P or Shift+Ctrl+P) and search for the
TypeScript: Select TypeScript Version...command. - Select
Use Workspace Versioninstead ofUse VSCode Version.