create-react-app-typescript
create-react-app-typescript copied to clipboard
Create global.d.ts
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