feathersjs / docs

[MOVED] Legacy Feathers documentation
https://crow.docs.feathersjs.com/
MIT License
242 stars 532 forks source link

Tell Typescript users to modify tsconfig #1518

Closed SephReed closed 3 years ago

SephReed commented 3 years ago

In order for a typescript project to work, tsconfig needs to be modified. Added a section telling users to do so.

daffl commented 3 years ago

Thank you for the pull request. This has now been addressed in v5.0.0-beta.1 which has many TypeScript improvements and does no longer require synthetic imports. See the migration guide for testing the prerelease.