We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In version 2.6.0, the package structure is
mocker-api |--lib |--bin |--index.js |--index.js.map |--index.d.ts
However, for newer versions (from 2.7.0), the structure has been changed to
mocker-api |--lib |--bin |--mocker.js |--mocker.js.map |--src |--index.d.ts
Which cannot be understood by Typescript compiler. Adding the following configuration to ts.config.json helps but not very ideal.
{ ... "include": [ "node_modules/mocker-api/lib/src" ] }
The text was updated successfully, but these errors were encountered:
fix(type): The fix type declaration file is not a release package. #154
4ed63fc
#146
released v2.7.4 #154
6503e44
@huynguyentuong Thx! Upgrade + mocker-api@2.7.4
+ mocker-api@2.7.4
Sorry, something went wrong.
Thanks for the super quick fix!
No branches or pull requests
In version 2.6.0, the package structure is
However, for newer versions (from 2.7.0), the structure has been changed to
Which cannot be understood by Typescript compiler. Adding the following configuration to ts.config.json helps but not very ideal.
The text was updated successfully, but these errors were encountered: