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
tsconfig
Decide on what to put in the user's TS config file, and how to reuse it in .wasp/out/server and .wasp/out/web-app.
.wasp/out/server
.wasp/out/web-app
The text was updated successfully, but these errors were encountered:
It seems like it's possible to reuse the entire tsconfig file in both modules of the generated code.
One thing to check: can we use local npm package installation (#1429 (comment)) for importing user dependencies?
Sorry, something went wrong.
0.12.0
We've published 0.12.0 without fully figuring out the TSconfig story.
I've opened up a new issue dedicated to this: #1827
sodic
No branches or pull requests
Decide on what to put in the user's TS config file, and how to reuse it in
.wasp/out/server
and.wasp/out/web-app
.The text was updated successfully, but these errors were encountered: