You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Why did all enum types become `any`after upgrading to version 3.0?
1469
+
### Why my project has no TypeScript type hints after installation?
1468
1470
1469
-
This is due to incorrect configuration in `tsconfig.json`. Please read the [Migration Guide](./docs/migration-guide-v2-to-v3.md#upgrade-typescript) carefully.
1471
+
This is due to incorrect configuration in `tsconfig.json`. Please refer to [this document](./docs/migration-guide-v2-to-v3.md#modify-tsconfigjson) for more details.
1470
1472
1471
1473
### I want to define a generic enum type that can represent any enum. The current enum type definition is too complex. Is there a simple way?
0 commit comments