79808674

Date: 2025-11-04 08:48:29
Score: 1.5
Natty:
Report link

Create a css.d.ts or global.d.ts and add this as it's content.

This tells typescript that any import ending with .css is a valid module.

declare module "*.css"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Elijah Agbedam