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
The tsconfig.json files in user source only have effect on IDE support. Our users have no way of configuring the TypeScript compiler, neither for the server nor for the client.
They even get different errors in the IDE than in the terminal, which is very confusing.
We should allow them to specify desired flags in their tsconfig.json files and merge it with our tsconfig.json files (i.e., the ones we actually use when compiling).
The text was updated successfully, but these errors were encountered:
Wasp 0.12.0 shifted the goals for this issue (i.e., we no longer have different files for configuring TS on client and server), but the rest is still relevant.
Update 22.08.2024
This issue should solve itself automatically after we close these two:
wasp compile
#1718tsconfig.json
when processing their code #2247Original issue
The tsconfig.json files in user source only have effect on IDE support. Our users have no way of configuring the TypeScript compiler, neither for the server nor for the client.
They even get different errors in the IDE than in the terminal, which is very confusing.
We should allow them to specify desired flags in their tsconfig.json files and merge it with our tsconfig.json files (i.e., the ones we actually use when compiling).
The text was updated successfully, but these errors were encountered: