create-react-app-typescript icon indicating copy to clipboard operation
create-react-app-typescript copied to clipboard

Create global.d.ts

Open NoriSte opened this issue 7 years ago • 0 comments

CSS modules can't work without this file, the 'Cannot find module './xxx.module.css'.' error is thrown without it

To reproduce the error: simply follow the first instructions of the official guide, the error is thrown as soon as the CSS module is imported

NoriSte avatar Nov 02 '18 15:11 NoriSte