Strapi v4.2.0 beta with TypeScript support & Dark Mode

Looks like the workaround is posted here.

// package.json
...
"scripts": [
  "start": "strapi start dist",
],
...