Skip to content

Commit 3471a8b

Browse files
committed
docs: update TypeScript configuration guidance in README
1 parent b650594 commit 3471a8b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,11 +1464,7 @@ const WeekEnum = Enum(weekInit);
14641464

14651465
### Why my project has no TypeScript type hints after installation?
14661466

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.
14721468

14731469
### 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?
14741470

0 commit comments

Comments
 (0)