Postcss styling per the docs error cannot find module "./Some.module.css"

As mentioned there. It seems like from the docs I should not have to declare the css module in a .d.ts.

Specifitcally import css from "./Some.module.css"

I get the error that it cannot find “./Some.module.css”.

Note that import "./some.css" is fine.