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"