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 my project has no TypeScript type hints after installation?
1466
1466
1467
-
This is due to incorrect configuration in `tsconfig.json`. Please read the [Migration Guide](./docs/migration-guide-v2-to-v3.md#modify-tsconfigjson) carefully.
1468
-
1469
-
### Why did all enum types become `any` after upgrading to version 3.0?
1470
-
1471
-
This is due to incorrect configuration in `tsconfig.json`. Please read the [Migration Guide](./docs/migration-guide-v2-to-v3.md#upgrade-typescript) carefully.
1467
+
This is due to incorrect configuration in `tsconfig.json`. Please refer to [this document](./docs/migration-guide-v2-to-v3.md#updating-tsconfigjson) for more details.
1472
1468
1473
1469
### 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