How do I configure the module 'cesium/Cesium' or its corresponding type declarations in the Create React App

Yesterday, I created a program through the Create React App and added cesium library. Although it ran successfully, I met a problem:

Cannot find module ‘cesium/Cesium’ or its corresponding type declarations.

I have tried many ways to solve it

I am very upset about this problem, can you help me to solve it? thank you

This is the address of my warehouse:GitHub - WaterSeeding/CesiumWorld: Cesium世界

You need to change package name for use only ‘cesium’ like:

import * as Cesium from 'cesium'